新增支持SqlServer、PostgreSQL数据库

This commit is contained in:
thinkgem
2018-03-15 20:30:50 +08:00
parent 84f8b6f439
commit 2b9e49e448
12 changed files with 4811 additions and 54 deletions

View File

@@ -10,7 +10,7 @@ jdbc:
# # Mysql 数据库配置
# type: mysql
# driver: com.mysql.jdbc.Driver
# url: jdbc:mysql://127.0.0.1:3306/jeesite4?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
# url: jdbc:mysql://127.0.0.1:3306/jeesite?useUnicode=true&characterEncoding=utf-8&zeroDateTimeBehavior=convertToNull
# username: root
# password: 123456
# testSql: SELECT 1
@@ -31,10 +31,10 @@ jdbc:
# password: jeesite
# testSql: SELECT 1
#
# # PostgreSql 数据库配置
# # PostgreSql 数据库配置注意一定要创建的schema与username相同否则将找不到数据表字典信息
# type: postgresql
# driver: org.postgresql.Driver
# url: jdbc:postgresql://localhost:5432/jeesite
# url: jdbc:postgresql://127.0.0.1:5432/jeesite
# username: jeesite
# password: jeesite
# testSql: SELECT 1
@@ -67,7 +67,7 @@ jdbc:
# url: jdbc:oracle:thin:@127.0.0.1:1521/orcl
# username: jeesite
# password: jeesite
# testSql: ~
# testSql: SELECT 1 FROM DUAL
# encrypt:
# username: false
# password: true