update config

This commit is contained in:
thinkgem
2019-02-10 22:38:05 +08:00
parent 7d2615be5d
commit b0c67108d4
4 changed files with 5 additions and 7 deletions

View File

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