This commit is contained in:
thinkgem
2018-10-17 21:36:07 +08:00
parent 200690a7c6
commit 64253cf91c
2 changed files with 9 additions and 9 deletions

View File

@@ -199,11 +199,11 @@ menu:
# 根据模块状态去更新相连的菜单状态仅作为微服务时设为false
updateStatusByModuleStatus: true
# 国际化管理(专业版+
# 国际化管理(专业版)
lang:
enabled: true
# 任务调度(个人版+
# 任务调度(个人版)
job:
enabled: true
@@ -267,7 +267,7 @@ shiro:
logoutUrl: ${shiro.loginUrl}
successUrl: ${adminPath}/index
# # Jasig CAS 相关配置
# # Jasig CAS 相关配置(个人版)
# casServerUrl: http://127.0.0.1:8981/cas
# casClientUrl: http://127.0.0.1:8980/js
# loginUrl: ${shiro.casServerUrl}?service=${shiro.casClientUrl}${adminPath}/login-cas

View File

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