From bbcdad147cb6b19d633755be0b667715ac786a16 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Fri, 23 Apr 2021 13:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=AA=E4=BA=BA=E7=89=88=E9=87=8D=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E4=B8=BA=E6=A0=87=E5=87=86=E7=89=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/core/src/main/resources/config/jeesite-core.yml | 4 ++-- web/pom.xml | 4 ++-- web/src/main/resources/config/application.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index a2c211a1..38abb130 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -252,7 +252,7 @@ lang: # 默认时区(4.1.3+) defaultTimeZone: GMT+08:00 -# 任务调度(个人版) +# 任务调度(标准版) job: enabled: false @@ -325,7 +325,7 @@ shiro: logoutUrl: ${shiro.loginUrl} successUrl: ${adminPath}/index -# # Apereo CAS 相关配置(个人版) +# # Apereo 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 diff --git a/web/pom.xml b/web/pom.xml index 43ebc248..298b3034 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -47,14 +47,14 @@ ${project.parent.version} - -