|
|
@ -192,7 +192,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
|
"/**/*.html",
|
|
|
|
"/**/*.html",
|
|
|
|
"/**/*.css",
|
|
|
|
"/**/*.css",
|
|
|
|
"/**/*.js").permitAll()
|
|
|
|
"/**/*.js").permitAll()
|
|
|
|
.antMatchers("/auth/**", "/oauth2/**", "/**/users/**").permitAll()
|
|
|
|
.antMatchers("/**/auth/**", "/**/oauth2/**", "/**/users/**").permitAll()
|
|
|
|
.anyRequest().authenticated()
|
|
|
|
.anyRequest().authenticated()
|
|
|
|
.and()
|
|
|
|
.and()
|
|
|
|
//.anyRequest().permitAll() //.hasRole(RoleType.USER.getCode())
|
|
|
|
//.anyRequest().permitAll() //.hasRole(RoleType.USER.getCode())
|
|
|
|