Skip to content

Instantly share code, notes, and snippets.

@abel533
Created October 21, 2017 03:12
Show Gist options
  • Save abel533/984288dfbcd4914b805166dbc23a749b to your computer and use it in GitHub Desktop.
Save abel533/984288dfbcd4914b805166dbc23a749b to your computer and use it in GitHub Desktop.
JDBC-mysql6.x-配置
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
@abel533
Copy link
Author

abel533 commented Oct 21, 2017

<mysql-connector-java.version>5.1.26</mysql-connector-java.version>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment