mysql8.0.x中datasource信息
时间:2020-07-22 12:10:12
收藏:0
阅读:104
driverClassName: com.mysql.jdbc.Driver
type: com.alibaba.druid.pool.DruidDataSource
url: jdbc:mysql://localhost:3306/xxx?characterEncoding=utf8&useSSL=false&serverTimezone=UTC&rewriteBatchedStatements=true
username: root
password: 123456
原文:https://www.cnblogs.com/HezhenbinGoGo/p/13359542.html
评论(0)