|
|
@ -109,6 +109,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter |
|
|
|
).permitAll() |
|
|
|
.antMatchers("/h5/**").permitAll() |
|
|
|
.antMatchers("/no-auth/**").permitAll() |
|
|
|
.antMatchers("/applet/**").permitAll() |
|
|
|
.antMatchers("/common/download**").anonymous() |
|
|
|
.antMatchers("/common/download/resource**").anonymous() |
|
|
|
.antMatchers("/swagger-ui.html").anonymous() |
|
|
|