druid.properties配置文件模板

isDaHua / 2023-08-30 / 原文

2023-08-30

driverClassName=com.mysql.cj.jdbc.Driver
url=jdbc:mysql://localhost:3306/xxx?useUnicode=true&characterEncoding=utf-8&useSSL=false&serverTimezone = GMT&rewriteBatchedStatements=true
username=xxx
password=xxx
# 初始化连接数量
initialSize=10
minIdle=5
# 最大连接数
maxActive=20
# 最大等待时间
maxWait=5000