|
|
@ -21,10 +21,7 @@ import org.opsli.core.api.ApiRequestMappingHandlerMapping;
|
|
|
|
import org.opsli.core.autoconfigure.properties.ApiPathProperties;
|
|
|
|
import org.opsli.core.autoconfigure.properties.ApiPathProperties;
|
|
|
|
import org.opsli.core.filters.interceptor.UserAuthInterceptor;
|
|
|
|
import org.opsli.core.filters.interceptor.UserAuthInterceptor;
|
|
|
|
import org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations;
|
|
|
|
import org.springframework.boot.autoconfigure.web.servlet.WebMvcRegistrations;
|
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
|
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
|
import org.springframework.http.converter.json.Jackson2ObjectMapperBuilder;
|
|
|
|
|
|
|
|
import org.springframework.http.converter.json.MappingJackson2HttpMessageConverter;
|
|
|
|
|
|
|
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
|
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
|
|
import org.springframework.web.servlet.config.annotation.PathMatchConfigurer;
|
|
|
|
import org.springframework.web.servlet.config.annotation.PathMatchConfigurer;
|
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|