数据库脚本修复,添加私服
This commit is contained in:
13
pom.xml
13
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user