diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index 12d2a1fe..f4fe72c7 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -402,7 +402,7 @@ shiro: isGenerateNewSessionAfterLogin: false # 内部系统访问过滤器,可设置多个允许的内部系统IP地址串,多个用逗号隔开 - innerFilter.allowIp: 127.0.0.1 + innerFilterAllowRemoteAddrs: 127.0.0.1 # URI 权限过滤器定义(自定义添加参数时,请不要移除 ${adminPath}/** = user,否则会导致权限异常) # 提示:填写过滤规则,请注意先后顺序,从上到下,先匹配先受用规则,匹配成功后不再继续匹配。 diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index df418c78..3a54a2a9 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -591,7 +591,7 @@ shiro: # isGenerateNewSessionAfterLogin: false # # # 内部系统访问过滤器,可设置多个允许的内部系统IP地址串,多个用逗号隔开 -# innerFilter.allowIp: 127.0.0.1 +# innerFilterAllowRemoteAddrs: 127.0.0.1 # URI 权限过滤器定义(自定义添加参数时,请不要移除 ${adminPath}/** = user,否则会导致权限异常) # 提示:填写过滤规则,请注意先后顺序,从上到下,先匹配先受用规则,匹配成功后不再继续匹配。