过滤不需要授权页面

This commit is contained in:
shuzheng 2017-02-05 23:36:29 +08:00
parent 3484179f16
commit d7747abe46
1 changed files with 5 additions and 4 deletions

View File

@ -20,10 +20,11 @@
<property name="unauthorizedUrl" value="/403"/>
<property name="filterChainDefinitions">
<value>
<!--/swagger-ui.html = anon-->
<!--/webjars/** = anon-->
<!--/resources/** = anon-->
<!--/sso/login = anon-->
/ = anon
/swagger-ui.html = anon
/webjars/** = anon
/resources/** = anon
/sso/login = anon
/druid/**=authc
/manage/**=authc
</value>