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 # 任务调度(个人版)