|
|
@@ -144,6 +144,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/druid/**").anonymous()
|
|
|
.antMatchers("/course/userVideo/videoTranscode").anonymous()
|
|
|
.antMatchers("/erp/call/**").anonymous()
|
|
|
+ .antMatchers("/store/express/expressNotify").anonymous()
|
|
|
// 除上面外的所有请求全部需要鉴权认证
|
|
|
.anyRequest().authenticated()
|
|
|
.and()
|