|
|
@@ -110,6 +110,8 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter {
|
|
|
.antMatchers("/druid/**").permitAll()
|
|
|
.antMatchers("/identityAuth/autoAuth").permitAll()
|
|
|
.antMatchers("/statistic/weekTop").permitAll()
|
|
|
+ .antMatchers("/showroom/all").permitAll()
|
|
|
+ .antMatchers("/showroom/get/**").permitAll()
|
|
|
// all other requests need to be authenticated
|
|
|
.anyRequest().authenticated().and()
|
|
|
// make sure we use stateless session; session won't be used to
|