Skip to content

Commit cc932a4

Browse files
author
Weasley
committed
update
1 parent 3760f8e commit cc932a4

File tree

1 file changed

+2
-1
lines changed
  • mydtt-plus-spring-boot-starter/src/main/java/cn/alphahub/dtt/plus/enums

1 file changed

+2
-1
lines changed

mydtt-plus-spring-boot-starter/src/main/java/cn/alphahub/dtt/plus/enums/DatabaseType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ public enum DatabaseType {
2020
POSTGRESQL,
2121
H2,
2222
HSQL,
23-
DERBY;
23+
DERBY,
24+
;
2425
}

0 commit comments

Comments
 (0)