Created
October 21, 2017 03:12
-
-
Save abel533/984288dfbcd4914b805166dbc23a749b to your computer and use it in GitHub Desktop.
JDBC-mysql6.x-配置
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jdbc.driverClassName=com.mysql.jdbc.Driver | |
jdbc.url=jdbc:mysql://localhost:3306/testdb?useUnicode=true&characterEncoding=utf-8&serverTimezone=UTC&zeroDateTimeBehavior=round&allowMultiQueries=true | |
jdbc.username=root | |
jdbc.password=xx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
<mysql-connector-java.version>5.1.26</mysql-connector-java.version>