【8.3.4】【db】更新一种瀚高数据库类型

master
stylefeng 2025-04-16 14:03:03 +08:00
parent f5619c3841
commit 2766905e17
1 changed files with 6 additions and 1 deletions

View File

@ -51,7 +51,12 @@ public enum DbTypeEnum {
/**
* OpenGauss
*/
OPEN_GAUSS("jdbc:opengauss", "opengauss", "select version()");
OPEN_GAUSS("jdbc:opengauss", "opengauss", "select version()"),
/**
*
*/
HIGH_GO("jdbc:highgo", "highgo", "select 1");
/**
* spring.datasource.url