可视化前端功能

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-sql</artifactId>
@@ -13,7 +13,7 @@
<dependencies>
<dependency>
<groupId>com.gitee</groupId>
<groupId>com.gitee.dbswitch</groupId>
<artifactId>dbswitch-common</artifactId>
<version>${project.version}</version>
</dependency>