Merge remote-tracking branch 'origin/dev' into dev
commit
712fab0bbf
|
|
@ -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