From 8c7540f8381f721e1db20033be2d5df522edcfdc Mon Sep 17 00:00:00 2001 From: thinkgem Date: Tue, 21 Jun 2022 09:25:18 +0800 Subject: [PATCH] update --- modules/core/src/main/resources/config/jeesite-core.yml | 2 +- web-api/src/main/resources/config/application.yml | 2 +- web/src/main/resources/config/application.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index e98f431b..c207d2d5 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -403,7 +403,7 @@ shiro: isGenerateNewSessionAfterLogin: false # 内部系统访问过滤器,可设置多个允许的内部系统IP地址串,多个用逗号隔开 - innerFilter.allowIp: 127.0.0.1 + innerFilterAllowRemoteAddrs: 127.0.0.1 # URI 权限过滤器定义(自定义添加参数时,请不要移除 ${adminPath}/** = user,否则会导致权限异常) # 提示:填写过滤规则,请注意先后顺序,从上到下,先匹配先受用规则,匹配成功后不再继续匹配。 diff --git a/web-api/src/main/resources/config/application.yml b/web-api/src/main/resources/config/application.yml index 78332d38..491a20c4 100644 --- a/web-api/src/main/resources/config/application.yml +++ b/web-api/src/main/resources/config/application.yml @@ -594,7 +594,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 2b9e7b3c..7cc0fca6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -594,7 +594,7 @@ shiro: # isGenerateNewSessionAfterLogin: false # # # 内部系统访问过滤器,可设置多个允许的内部系统IP地址串,多个用逗号隔开 -# innerFilter.allowIp: 127.0.0.1 +# innerFilterAllowRemoteAddrs: 127.0.0.1 # URI 权限过滤器定义(自定义添加参数时,请不要移除 ${adminPath}/** = user,否则会导致权限异常) # 提示:填写过滤规则,请注意先后顺序,从上到下,先匹配先受用规则,匹配成功后不再继续匹配。