Commit e177f537 authored by yanzg's avatar yanzg

分布式幂等性判断

parent ff2ddd0c
...@@ -209,12 +209,14 @@ ...@@ -209,12 +209,14 @@
<repository> <repository>
<id>public</id> <id>public</id>
<name>Nexus release Repository</name> <name>Nexus release Repository</name>
<url>http://maven.tbd.yanzuoguang.com/repository/maven-releases/</url> <url>http://192.168.0.203:8081/repository/maven-releases/</url>
<!--<url>http://maven.tbd.yanzuoguang.com/repository/maven-releases/</url>-->
</repository> </repository>
<snapshotRepository> <snapshotRepository>
<id>public</id> <id>public</id>
<name>Nexus snapshots Repository</name> <name>Nexus snapshots Repository</name>
<url>http://maven.tbd.yanzuoguang.com/repository/maven-snapshots</url> <url>http://http://192.168.0.203:8081/repository/maven-snapshots</url>
<!--<url>http://maven.tbd.yanzuoguang.com/repository/maven-snapshots</url>-->
</snapshotRepository> </snapshotRepository>
</distributionManagement> </distributionManagement>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment