Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the

See merge request LiuChao/foton-slrs-system-rest!196
This commit is contained in:
super_liu
2021-10-12 17:06:15 +08:00
@@ -38,6 +38,7 @@ public class WebMvcConfig implements WebMvcConfigurer {
addInterceptor.excludePathPatterns("/api/lawss/activiti/get_verify_by_instance");
addInterceptor.excludePathPatterns("/api/sys/user/getById");
addInterceptor.excludePathPatterns("/api/person/userInfo/getByUserInfoCode");
addInterceptor.excludePathPatterns("/api/att/attFile/upload");
// 添加自定义拦截器,并拦截对应 url
addInterceptor.addPathPatterns("/**");