初始化

This commit is contained in:
lijiaqi 2023-02-01 10:44:17 +08:00
parent 5cfa6e9502
commit 260ac66935
1 changed files with 3 additions and 3 deletions

View File

@ -16,9 +16,9 @@ spring:
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://localhost:3306/ydool_demo?useSSL=false&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF8&autoReconnect=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: root
password: Wang09211108
url: jdbc:mysql://10.0.0.20:3306/lc_oa?useSSL=false&zeroDateTimeBehavior=convertToNull&useUnicode=true&characterEncoding=UTF8&autoReconnect=true&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true
username: lc_oa
password: wZxxeSJjtTzT2iAk
druid:
# 下面为连接池的补充设置,应用到上面所有数据源中
# 初始化大小,最小,最大