|
@@ -118,6 +118,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers(HttpMethod.GET, "/", "/*.html", "/**/*.html", "/**/*.css", "/**/*.js", "/profile/**").permitAll()
|
|
|
.antMatchers("/swagger-ui.html", "/swagger-resources/**", "/webjars/**", "/*/api-docs", "/druid/**").permitAll()
|
|
|
.antMatchers("/platform/**").permitAll()
|
|
|
+ .antMatchers("/api/v1/**").permitAll()
|
|
|
|
|
|
.anyRequest().authenticated()
|
|
|
.and()
|