update
This commit is contained in:
@@ -199,11 +199,11 @@ menu:
|
|||||||
# 根据模块状态去更新相连的菜单状态(仅作为微服务时设为false)
|
# 根据模块状态去更新相连的菜单状态(仅作为微服务时设为false)
|
||||||
updateStatusByModuleStatus: true
|
updateStatusByModuleStatus: true
|
||||||
|
|
||||||
# 国际化管理(专业版+)
|
# 国际化管理(专业版)
|
||||||
lang:
|
lang:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
# 任务调度(个人版+)
|
# 任务调度(个人版)
|
||||||
job:
|
job:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
@@ -267,7 +267,7 @@ shiro:
|
|||||||
logoutUrl: ${shiro.loginUrl}
|
logoutUrl: ${shiro.loginUrl}
|
||||||
successUrl: ${adminPath}/index
|
successUrl: ${adminPath}/index
|
||||||
|
|
||||||
# # Jasig CAS 相关配置
|
# # Jasig CAS 相关配置(个人版)
|
||||||
# casServerUrl: http://127.0.0.1:8981/cas
|
# casServerUrl: http://127.0.0.1:8981/cas
|
||||||
# casClientUrl: http://127.0.0.1:8980/js
|
# casClientUrl: http://127.0.0.1:8980/js
|
||||||
# loginUrl: ${shiro.casServerUrl}?service=${shiro.casClientUrl}${adminPath}/login-cas
|
# loginUrl: ${shiro.casServerUrl}?service=${shiro.casClientUrl}${adminPath}/login-cas
|
||||||
|
|||||||
@@ -140,9 +140,9 @@ spring:
|
|||||||
# 应用程序名称
|
# 应用程序名称
|
||||||
application:
|
application:
|
||||||
name: jeesite-web
|
name: jeesite-web
|
||||||
|
|
||||||
profiles:
|
# 当前环境名称(注意:不可设置为 test 它是单元测试专用的名称)
|
||||||
# 当前环境名称(注意:不可设置为 test 它是单元测试专用的名称)
|
profiles:
|
||||||
active: default
|
active: default
|
||||||
|
|
||||||
# # Redis 连接参数 (RedisProperties)
|
# # Redis 连接参数 (RedisProperties)
|
||||||
@@ -248,11 +248,11 @@ spring:
|
|||||||
# # 根据模块状态去更新相连的菜单状态(仅作为微服务时设为false)
|
# # 根据模块状态去更新相连的菜单状态(仅作为微服务时设为false)
|
||||||
# updateStatusByModuleStatus: true
|
# updateStatusByModuleStatus: true
|
||||||
|
|
||||||
# 国际化管理(专业版+)
|
# 国际化管理(专业版)
|
||||||
#lang:
|
#lang:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
|
|
||||||
# 任务调度(个人版+)
|
# 任务调度(个人版)
|
||||||
#job:
|
#job:
|
||||||
# enabled: true
|
# enabled: true
|
||||||
#
|
#
|
||||||
@@ -310,7 +310,7 @@ spring:
|
|||||||
# logoutUrl: ${shiro.loginUrl}
|
# logoutUrl: ${shiro.loginUrl}
|
||||||
# successUrl: ${adminPath}/index
|
# successUrl: ${adminPath}/index
|
||||||
#
|
#
|
||||||
## # Jasig CAS 相关配置
|
## # Jasig CAS 相关配置(个人版)
|
||||||
## casServerUrl: http://127.0.0.1:8981/cas
|
## casServerUrl: http://127.0.0.1:8981/cas
|
||||||
## casClientUrl: http://127.0.0.1:8980/js
|
## casClientUrl: http://127.0.0.1:8980/js
|
||||||
## loginUrl: ${shiro.casServerUrl}?service=${shiro.casClientUrl}${adminPath}/login-cas
|
## loginUrl: ${shiro.casServerUrl}?service=${shiro.casClientUrl}${adminPath}/login-cas
|
||||||
|
|||||||
Reference in New Issue
Block a user