|
@@ -1,6 +1,6 @@
|
|
|
-package com.persagy.dmp.common.config;
|
|
|
+package com.persagy.dmp.auth.config;
|
|
|
|
|
|
-import com.persagy.dmp.common.handler.AppContextHandler;
|
|
|
+import com.persagy.dmp.auth.handler.AppContextHandler;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
|
import org.springframework.context.annotation.Configuration;
|
|
|
import org.springframework.core.annotation.Order;
|
|
@@ -8,11 +8,9 @@ import org.springframework.web.servlet.config.annotation.InterceptorRegistry;
|
|
|
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
|
|
|
|
|
|
/**
|
|
|
- * @description:
|
|
|
- * @author: lixing
|
|
|
- * @company: Persagy Technology Co.,Ltd
|
|
|
- * @since: 2021/3/8 10:06 上午
|
|
|
- * @version: V1.0
|
|
|
+ * 通用请求拦截
|
|
|
+ * @author Charlie Yu
|
|
|
+ * @date 2021-11-02
|
|
|
**/
|
|
|
@Configuration
|
|
|
@Order(1)
|