补充uxdb的驱动jar文件

This commit is contained in:
inrgihc
2026-04-08 21:42:09 +08:00
parent 787ae5fd68
commit bdedcbea37
3 changed files with 1 additions and 7 deletions

View File

@@ -56,6 +56,7 @@
├── dbswitch-product-oceanbase // -> oceanbase方言实现类
├── dbswitch-product-mongodb // -> mongodb方言实现类
├── dbswitch-product-elasticsearch // -> elasticsearch方言实现类
├── dbswitch-product-uxdb // -> uxdb方言实现类
├── dbswitch-data // 工具入口模块,读取配置文件中的参数执行异构迁移同步
├── dbswitch-admin // 在以上模块的基础上引入Quartz的调度服务与接口
├── dbswitch-admin-ui // 基于Vue2的前段WEB交互页面

View File

@@ -1,7 +0,0 @@
Place the UXDB JDBC driver jar in this directory before packaging.
Expected file:
- uxdbjdbc-2.1.2.4a.jar
Example source path on server 151:
- /opt/uxdbinstall_2123MPP/uxdbinstall/UXDBClient/UXDBAdmin/drivers/jdbc/uxdb/uxdbjdbc-2.1.2.4a.jar

Binary file not shown.