|
@@ -14,9 +14,9 @@ mybatis-flex:
|
|
|
type: ${spring.datasource.type}
|
|
|
# MySql
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
- url: jdbc:mysql://localhost:3306/eco-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
|
+ url: jdbc:mysql://8.152.223.50:3306/eco-boot?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
|
|
|
username: root
|
|
|
- password: root123
|
|
|
+ password: 54e8bd452af93c4c
|
|
|
#DM8数据库
|
|
|
# driver-class-name: dm.jdbc.driver.DmDriver
|
|
|
# url: jdbc:dm://127.0.0.1:5236?schema=eco-boot&useUnicode=true&characterEncoding=utf8&useSSL=true&autoReconnect=true&reWriteBatchedInserts=true
|