|
|
@ -115,7 +115,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
|
// 静态资源,可匿名访问
|
|
|
|
// 静态资源,可匿名访问
|
|
|
|
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
|
|
|
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
|
|
|
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
|
|
|
|
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
|
|
|
|
.antMatchers("/system/**").permitAll()
|
|
|
|
|
|
|
|
// .antMatchers("/common/**").permitAll()
|
|
|
|
// .antMatchers("/common/**").permitAll()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|