remove xugo

This commit is contained in:
Looly 2023-02-15 15:50:39 +08:00
parent ff0da70c1d
commit 30f456d964

View File

@ -108,9 +108,5 @@ public interface DriverNamePool {
* JDBC 驱动 Sybase
*/
String DRIVER_SYBASE = "com.sybase.jdbc4.jdbc.SybDriver";
/**
* JDBC 驱动 虚谷
*/
String DRIVER_XUGO = "com.xugu.cloudjdbc.Driver";
}