mirror of
https://gitee.com/dromara/dbswitch.git
synced 2025-10-13 21:30:22 +00:00
文档错误问题修正
This commit is contained in:
@@ -146,11 +146,11 @@ org.dromara.dbswitch.product.openguass.OpenGaussFactoryProvider
|
||||
</dependency>
|
||||
```
|
||||
|
||||
**(6) 根目录下的drivers下添加驱动jar文件
|
||||
**(6) 根目录下的drivers下添加驱动jar文件**
|
||||
|
||||
在根目录下的drivers/opengauss/opengauss-3.0.0/下增加对应的版本的驱动jar文件。
|
||||
|
||||
**(7) 前端项目中增加PGN数据库图标文件
|
||||
**(7) 前端项目中增加PGN数据库图标文件**
|
||||
|
||||
对于前段项目,还需要在dbswitch-admin-ui/src/icons目录下增加对应数据库的PNG图标文件,文件命名需为
|
||||
org.dromara.dbswitch.common.type.ProductTypeEnum#name做文件名,.png做文件后缀。
|
||||
|
@@ -387,7 +387,7 @@ bin/startup.sh
|
||||
|
||||
- WEB系统的使用流程为:
|
||||
|
||||
> 建立源端数据库的连接 -> 建立目的断数据库的连接 -> 配置任务 -> 发布任务 -> 手动/系统调度执行任务 -> 查看调度记录 -> 数据目录查看数据结果
|
||||
> 建立源端数据库的连接 -> 建立目的断数据库的连接 -> 配置任务 -> 发布任务 -> 手动/系统调度执行任务 -> 查看监控调度日志 -> 数据目录查看数据结果
|
||||
|
||||
- WEB系统的部分截图:
|
||||
|
||||
|
@@ -166,7 +166,7 @@ jdbc驱动名称:org.sqlite.JDBC
|
||||
|
||||
```
|
||||
jdbc连接地址:jdbc:mongodb://172.17.2.12:27017/admin?authSource=admin&authMechanism=SCRAM-SHA-1
|
||||
jdbc驱动名称:org.dromara.jdbc.mongodb.JdbcDriver
|
||||
jdbc驱动名称:com.gitee.jdbc.mongodb.JdbcDriver
|
||||
```
|
||||
|
||||
> 项目地址:https://gitee.com/inrgihc/jdbc-mongodb-driver
|
||||
@@ -175,7 +175,7 @@ jdbc驱动名称:org.dromara.jdbc.mongodb.JdbcDriver
|
||||
|
||||
```
|
||||
jdbc连接地址:jdbc:jest://172.17.2.12:9200?useHttps=false
|
||||
jdbc驱动名称:org.dromara.jdbc.elasticsearch.JdbcDriver
|
||||
jdbc驱动名称:com.gitee.jdbc.elasticsearch.JdbcDriver
|
||||
```
|
||||
|
||||
> 项目地址:https://gitee.com/inrgihc/jdbc-jest-driver
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 84 KiB |
Binary file not shown.
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 132 KiB |
Binary file not shown.
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 89 KiB |
Reference in New Issue
Block a user