Commit 971ea684 by wuwenlong

WebConfig.java opt;

parent 12a4274d
......@@ -42,15 +42,6 @@ public class WebConfig implements WebMvcConfigurer {
.excludePathPatterns( "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**")
.excludePathPatterns("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**")
.excludePathPatterns(
"/doc.html",
"/swagger-ui/**",
"/swagger-resources",
"/swagger-resources/configuration/ui",
"/swagger-resources/configuration/security",
"/v3/api-docs",
"/v2/api-docs",
"/webjars/**",
"/favicon.ico",
"/wechat/**",
"/login/sendCode",
"/login/login/mobile",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment