pull/789/head
Zheng Jie 2022-02-28 08:23:37 +08:00
parent 0f3569de87
commit e39ae1cbef
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ spring:
db-type: com.alibaba.druid.pool.DruidDataSource
driverClassName: net.sf.log4jdbc.sql.jdbcapi.DriverSpy
url: jdbc:log4jdbc:mysql://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:eladmin}?serverTimezone=Asia/Shanghai&characterEncoding=utf8&useSSL=false
username: ${DB_USER:root}
username: ${DB_USER:eladmin}
password: ${DB_PWD:123456}
# 初始连接数
initial-size: 5