可视化前端功能

This commit is contained in:
inrgihc
2021-08-31 22:40:04 +08:00
parent fd4f71af81
commit 36c2ce123c
217 changed files with 10336 additions and 2260 deletions

View File

@@ -3,9 +3,9 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitee</groupId>
<artifactId>dbswitch</artifactId>
<version>1.5.6</version>
<groupId>com.gitee.dbswitch</groupId>
<artifactId>dbswitch-parent</artifactId>
<version>1.6.0</version>
</parent>
<artifactId>dbswitch-dbwriter</artifactId>
@@ -19,13 +19,13 @@
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>com.gitee</groupId>
<dependency>
<groupId>com.gitee.dbswitch</groupId>
<artifactId>dbswitch-dbcommon</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.gitee</groupId>
<groupId>com.gitee.dbswitch</groupId>
<artifactId>dbswitch-pgwriter</artifactId>
<version>${project.version}</version>
</dependency>