|
|
|
@ -2,11 +2,7 @@ package com.base.springcloud.aspect.config; |
|
|
|
|
|
|
|
import com.base.springcloud.aspect.interceptor.PayInterceptor; |
|
|
|
import org.springframework.beans.factory.annotation.Autowired; |
|
|
|
import org.springframework.boot.web.servlet.FilterRegistrationBean; |
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
import org.springframework.core.Ordered; |
|
|
|
import org.springframework.stereotype.Component; |
|
|
|
import org.springframework.web.multipart.commons.CommonsMultipartResolver; |
|
|
|
import org.springframework.web.servlet.config.annotation.CorsRegistry; |
|
|
|
import org.springframework.web.servlet.config.annotation.InterceptorRegistry; |
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; |
|
|
|
|