|
@@ -170,7 +170,7 @@ spring:
|
|
|
datasource:
|
|
|
master:
|
|
|
type: com.alibaba.druid.pool.DruidDataSource
|
|
|
- url: jdbc:mysql://152.136.206.27:3306/ems?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
+ url: jdbc:mysql://119.3.168.55:3306/ems?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
|
|
|
username: itdm-boot
|
|
|
password: itdm-boot@2023
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
@@ -190,10 +190,6 @@ spring:
|
|
|
database: 0
|
|
|
# 密码
|
|
|
password: 123qx
|
|
|
-# database: 0
|
|
|
-# host: 152.136.206.27
|
|
|
-# port: 6379
|
|
|
-# password: ''
|
|
|
|
|
|
# mongodb配置
|
|
|
data:
|
|
@@ -283,8 +279,8 @@ jeecg:
|
|
|
logRetentionDays: 30
|
|
|
#分布式锁配置
|
|
|
redisson:
|
|
|
- address: 127.0.0.1:6379
|
|
|
- password:
|
|
|
+ address: 127.0.0.1:6380
|
|
|
+ password: 123qx
|
|
|
type: STANDALONE
|
|
|
enabled: true
|
|
|
#cas单点登录
|