|
@@ -125,6 +125,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
.antMatchers("/profile/**").anonymous()
|
|
.antMatchers("/profile/**").anonymous()
|
|
.antMatchers("/common/jzs/**").anonymous()
|
|
.antMatchers("/common/jzs/**").anonymous()
|
|
.antMatchers("/common/rollback/period").anonymous()
|
|
.antMatchers("/common/rollback/period").anonymous()
|
|
|
|
+ .antMatchers("/common/free/**").anonymous()
|
|
.antMatchers("/common/download**").anonymous()
|
|
.antMatchers("/common/download**").anonymous()
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
.antMatchers("/swagger-ui.html").anonymous()
|
|
.antMatchers("/swagger-ui.html").anonymous()
|