数据库脚本修复,添加私服

This commit is contained in:
2019-11-27 11:30:27 +08:00
parent 4226fdcdfb
commit 27b6034046
7 changed files with 12590 additions and 0 deletions

13
pom.xml
View File

@@ -81,6 +81,19 @@
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>maven-public</id>
<name>Release Deploy</name>
<url>http://192.168.1.30:8081/repository/maven-releases/</url>
</repository>
<snapshotRepository>
<id>maven-snapshots</id>
<name>Snapshot Deploy</name>
<url>http://192.168.1.30:8081/repository/maven-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>