优化代码

This commit is contained in:
thinkgem
2019-09-27 16:58:25 +08:00
parent 4766e0bf52
commit f43d9ea925
2 changed files with 6 additions and 3 deletions

View File

@@ -389,6 +389,7 @@ shiro:
# 默认的授权过滤定义如果在filterChainDefinitions中已经定义则该定义会被覆盖。
defaultFilterChainDefinitions: |
/validCode = anon
/account/* = anon
/static/** = anon
/userfiles/** = anon
/druid/** = perms[sys:state:druid]