|
@@ -135,6 +135,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter {
|
|
.antMatchers("/jy/callback/**").permitAll()
|
|
.antMatchers("/jy/callback/**").permitAll()
|
|
.antMatchers("/kwaixiaodian/**").permitAll()
|
|
.antMatchers("/kwaixiaodian/**").permitAll()
|
|
|
|
|
|
|
|
+
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
.anyRequest().authenticated()
|
|
.anyRequest().authenticated()
|
|
.and()
|
|
.and()
|