修改错误的配置

pull/5698/head
zhangdaiscott 2023-11-13 20:03:53 +08:00
parent 4a9eda4ab0
commit 0ee090664e
1 changed files with 6 additions and 6 deletions

View File

@ -133,9 +133,9 @@ spring:
slow-sql-millis: 5000 slow-sql-millis: 5000
datasource: datasource:
master: master:
url: jdbc:mysql://172.16.10.227:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai url: jdbc:mysql://127.0.0.1:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root username: root
password: root@2023 password: root
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置 # 多数据源配置
#multi-datasource1: #multi-datasource1:
@ -147,9 +147,9 @@ spring:
data: data:
redis: redis:
database: 0 database: 0
host: 172.16.10.227 host: 127.0.0.1
port: 6379 port: 6379
password: Whdsj@redis0523 password:
#mybatis plus 设置 #mybatis plus 设置
mybatis-plus: mybatis-plus:
mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml mapper-locations: classpath*:org/jeecg/modules/**/xml/*Mapper.xml
@ -235,8 +235,8 @@ jeecg:
logRetentionDays: 30 logRetentionDays: 30
#分布式锁配置 #分布式锁配置
redisson: redisson:
address: 172.16.10.227:6379 address: 127.0.0.1:6379
password: Whdsj@redis0523 password:
type: STANDALONE type: STANDALONE
enabled: true enabled: true
#cas单点登录 #cas单点登录