还原错误提交

pull/5737/head
zhangdaiscott 2023-12-21 15:47:28 +08:00
parent 98facdd2ee
commit a82213b90c
1 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ spring:
slow-sql-millis: 5000 slow-sql-millis: 5000
datasource: datasource:
master: master:
url: jdbc:mysql://jeecg-boot-mysql: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 password: root
driver-class-name: com.mysql.cj.jdbc.Driver driver-class-name: com.mysql.cj.jdbc.Driver
@ -146,7 +146,7 @@ spring:
#redis 配置 #redis 配置
redis: redis:
database: 0 database: 0
host: jeecg-boot-redis host: 127.0.0.1
port: 6379 port: 6379
password: '' password: ''
#mybatis plus 设置 #mybatis plus 设置