Skip to content

Commit 1896a69

Browse files
committed
add support for kingbase
1 parent 8964203 commit 1896a69

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ public enum DatabaseDriver {
8383
*/
8484
POSTGRESQL("PostgreSQL", "org.postgresql.Driver", "org.postgresql.xa.PGXADataSource", "SELECT 1"),
8585

86+
/**
87+
* Kingbase.
88+
*/
89+
KINGBASE("KingbaseES","com.kingbase8.Driver","com.kingbase8.xa.KBXADataSource","SELECT 1"),
90+
8691
/**
8792
* Amazon Redshift.
8893
* @since 2.2.0

0 commit comments

Comments
 (0)