config相关配置。
This commit is contained in:
parent
dad3752bd1
commit
681e7ec39f
@ -41,7 +41,7 @@ public class AuthClientSecurityConfig extends WebSecurityConfigurerAdapter {
|
||||
.and()
|
||||
.logout().logoutSuccessUrl(authServer.getOauthLogout())
|
||||
.and()
|
||||
.authorizeRequests().antMatchers("/app/**", "/route/file/**", "/assets/**").permitAll()
|
||||
.authorizeRequests().antMatchers("/app/**", "/resource/**", "/route/file/**", "/assets/**").permitAll()
|
||||
.and()
|
||||
.authorizeRequests()
|
||||
.anyRequest()
|
||||
|
Loading…
Reference in New Issue
Block a user