Browse Source

Merge branch '1.5.x'

pull/11990/merge
Stephane Nicoll 8 years ago
parent
commit
5e0df39c66
  1. 2
      spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java

2
spring-boot-project/spring-boot/src/main/java/org/springframework/boot/jdbc/DatabaseDriver.java

@ -67,7 +67,7 @@ public enum DatabaseDriver { @@ -67,7 +67,7 @@ public enum DatabaseDriver {
* MySQL.
*/
MYSQL("MySQL", "com.mysql.jdbc.Driver",
"com.mysql.jdbc.jdbc2.optional.MysqlXADataSource", "SELECT 1"),
"com.mysql.jdbc.jdbc2.optional.MysqlXADataSource", "/* ping */ SELECT 1"),
/**
* Maria DB.

Loading…
Cancel
Save