|
@@ -39,9 +39,9 @@ mybatis-flex:
|
|
type: ${spring.datasource.type}
|
|
type: ${spring.datasource.type}
|
|
#DM8数据库
|
|
#DM8数据库
|
|
driver-class-name: dm.jdbc.driver.DmDriver
|
|
driver-class-name: dm.jdbc.driver.DmDriver
|
|
- url: jdbc:dm://127.0.0.1:5236?schema=als&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
|
|
|
|
|
+ url: jdbc:dm://127.0.0.1:5236?schema=lqbz&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|
|
username: SYSDBA
|
|
username: SYSDBA
|
|
- password: 123456789
|
|
|
|
|
|
+ password: SYSDBA123
|
|
# # 数据源-2
|
|
# # 数据源-2
|
|
# ds2:
|
|
# ds2:
|
|
# # 指定为HikariDataSource
|
|
# # 指定为HikariDataSource
|
|
@@ -67,7 +67,7 @@ spring.data:
|
|
# 数据库索引
|
|
# 数据库索引
|
|
database: 0
|
|
database: 0
|
|
# 密码(如没有密码请注释掉)
|
|
# 密码(如没有密码请注释掉)
|
|
- password: CWwYsGjafmv8Sr7g
|
|
|
|
|
|
+# password: CWwYsGjafmv8Sr7g
|
|
# 连接超时时间
|
|
# 连接超时时间
|
|
timeout: 10s
|
|
timeout: 10s
|
|
# 是否开启ssl
|
|
# 是否开启ssl
|