修改过滤顺序
This commit is contained in:
parent
cd3ccc3268
commit
171096ecf7
|
@ -19,18 +19,19 @@
|
|||
</property>
|
||||
<property name="filterChainDefinitions">
|
||||
<value>
|
||||
<!-- 不需要认证 -->
|
||||
<!-- isAuthenticated -->
|
||||
/manage/**=authc
|
||||
<!-- isAuthenticated或RememberMe -->
|
||||
/druid/**=user
|
||||
<!-- logout -->
|
||||
/sso/logout = logout
|
||||
<!-- anon -->
|
||||
/ = anon
|
||||
/swagger-ui.html = anon
|
||||
/webjars/** = anon
|
||||
/resources/** = anon
|
||||
/sso/** = anon
|
||||
/403 = anon
|
||||
/sso/logout = logout
|
||||
<!-- isAuthenticated或RememberMe -->
|
||||
/druid/**=user
|
||||
<!-- isAuthenticated -->
|
||||
/manage/**=authc
|
||||
</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
|
Loading…
Reference in New Issue