|
@@ -158,9 +158,9 @@ spring:
|
|
|
slow-sql-millis: 5000
|
|
|
datasource:
|
|
|
master:
|
|
|
- url: jdbc:mysql://127.0.0.1:3306/jeecg-boot-vue3?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
- username: root
|
|
|
- password: root
|
|
|
+ url: jdbc:mysql://69.230.201.115:3306/okki-oms?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ username: okki-oms
|
|
|
+ password: Advich@2024,.
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
# 多数据源配置
|
|
|
#multi-datasource1:
|
|
@@ -171,7 +171,7 @@ spring:
|
|
|
#redis 配置
|
|
|
redis:
|
|
|
database: 0
|
|
|
- host: 127.0.0.1
|
|
|
+ host: 69.230.201.115
|
|
|
port: 6379
|
|
|
password: ''
|
|
|
#mybatis plus 设置
|