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