jdbcConfig.properties

MySQL5.x

jdbc.driver=com.mysql.jdbc.Drive
jdbc.url=jdbc:mysql://localhost:3306/DBNAme?useUnicode=true&characterEncoding=utf8
jdbc.username=root
jdbc.password=root

MySQL8.x

jdbc.driver=com.mysql.cj.jdbc.Driver
jdbc.url=jdbc:mysql://localhost:3306/DBNAme?useUnicode=true&characterEncoding=utf8&userSSL=false&serverTimezone=GMT%2B8
jdbc.username=root
jdbc.password=root

 

posted @ 2020-04-23 15:41  记忆留一道伤疤  阅读(592)  评论(0编辑  收藏  举报