修改过滤顺序

This commit is contained in:
shuzheng 2017-02-22 22:59:59 +08:00
parent cd3ccc3268
commit 171096ecf7
1 changed files with 7 additions and 6 deletions

View File

@ -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>