资料下载
20240109_014744 druid连接池工具包
https://cloud.189.cn/web/share?code=7Z3Eza2eAbmu(访问码:qw0c)
操作示例
配置代码
driver=com.mysql.jdbc.Driver
url=jdbc:mysql://localhost:3306/dbsanguo?useUnicode=true&characterEncoding=utf8
username=root
password=root
initialSize=3
maxActive=7
maxWait=3000