From b0c67108d4d9737fec6d5df50599c2ec3e67e079 Mon Sep 17 00:00:00 2001 From: thinkgem Date: Sun, 10 Feb 2019 22:38:05 +0800 Subject: [PATCH] update config --- modules/core/src/main/resources/config/jeesite-core.yml | 4 ++-- parent/pom.xml | 1 - web/pom.xml | 1 - web/src/main/resources/config/application.yml | 6 +++--- 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/modules/core/src/main/resources/config/jeesite-core.yml b/modules/core/src/main/resources/config/jeesite-core.yml index d52e9aba..516d58ea 100644 --- a/modules/core/src/main/resources/config/jeesite-core.yml +++ b/modules/core/src/main/resources/config/jeesite-core.yml @@ -204,9 +204,9 @@ menu: lang: enabled: false - # 默认语言 + # 默认语言(4.1.3+) defaultLocale: zh_CN - # 默认时区 + # 默认时区(4.1.3+) defaultTimeZone: GMT+08:00 # 任务调度(个人版) diff --git a/parent/pom.xml b/parent/pom.xml index 196d4c3b..39f9f1a6 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -307,7 +307,6 @@ sonatype-repos-s - Sonatype Repository https://oss.sonatype.org/content/repositories/snapshots false true diff --git a/web/pom.xml b/web/pom.xml index 5ffdbdc7..63c80c08 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -139,7 +139,6 @@ sonatype-repos-s - Sonatype Repository https://oss.sonatype.org/content/repositories/snapshots false true diff --git a/web/src/main/resources/config/application.yml b/web/src/main/resources/config/application.yml index af226baa..cf6958c6 100644 --- a/web/src/main/resources/config/application.yml +++ b/web/src/main/resources/config/application.yml @@ -57,7 +57,7 @@ jdbc: # password: jeesite # testSql: SELECT 1 -# # PostgreSql 数据库配置(注意:一定要创建的schema与username相同,否则将找不到数据表字典信息) +# # PostgreSql 数据库配置 # type: postgresql # driver: org.postgresql.Driver # url: jdbc:postgresql://127.0.0.1:5432/jeesite @@ -257,9 +257,9 @@ logging: #lang: # enabled: false # -# # 默认语言 +# # 默认语言(4.1.3+) # defaultLocale: zh_CN -# # 默认时区 +# # 默认时区(4.1.3+) # defaultTimeZone: GMT+08:00 # 任务调度(个人版)