feat: 拦截器命名调整
parent
55fb199fad
commit
83ac2c8b0a
|
|
@ -22,7 +22,7 @@ import javax.servlet.http.HttpServletResponse;
|
||||||
*/
|
*/
|
||||||
@Configuration
|
@Configuration
|
||||||
@Slf4j
|
@Slf4j
|
||||||
public class GbsUserSyncConfig implements WebMvcConfigurer {
|
public class GbsUserSyncInterceptor implements WebMvcConfigurer {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private AccountMapper accountMapper;
|
private AccountMapper accountMapper;
|
||||||
|
|
@ -60,6 +60,6 @@ public class GbsUserSyncConfig implements WebMvcConfigurer {
|
||||||
Object handler, Exception exception) {
|
Object handler, Exception exception) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}).addPathPatterns("/**");
|
}).addPathPatterns("/**").order(2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue