fix:修改mysql连接

This commit is contained in:
orgin 2023-05-12 10:41:24 +08:00
parent 0be8c11dd5
commit b0cd23fe06

View File

@ -132,7 +132,7 @@ spring:
datasource:
master:
url: jdbc:mysql://182.92.183.230:3306/jeecg-boot?characterEncoding=UTF-8&useUnicode=true&useSSL=false&tinyInt1isBit=false&allowPublicKeyRetrieval=true&serverTimezone=Asia/Shanghai
username: root
username: qiao
password: 123456
driver-class-name: com.mysql.cj.jdbc.Driver
# 多数据源配置