|
@@ -88,9 +88,9 @@ spring:
|
|
|
connectionProperties: druid.stat.mergeSql\=true;druid.stat.slowSqlMillis\=5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/fbs_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
|
|
|
+ url: jdbc:mysql://106.15.206.14:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: CuiDian1234
|
|
|
# type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
# 多数据源配置
|
|
@@ -99,9 +99,9 @@ spring:
|
|
|
# username: sa
|
|
|
# password: Wakeup@123
|
|
|
# driver-class-name: com.microsoft.sqlserver.jdbc.SQLServerDriver
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/fbs_dev?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
|
|
|
+ url: jdbc:mysql://106.15.206.14:3306/fbs_prod?characterEncoding=UTF-8&useUnicode=true&useSSL=false&allowMultiQueries=true&failOverReadOnly=false&allowPublicKeyRetrieval=true
|
|
|
username: root
|
|
|
- password: root
|
|
|
+ password: CuiDian1234
|
|
|
# type: com.alibaba.druid.pool.DruidDataSource
|
|
|
driver-class-name: com.mysql.jdbc.Driver
|
|
|
#redis 配置
|