Explorar el Código

1.pom文件配置镜像

hellohaidie hace 3 meses
padre
commit
d664265ac9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      pom.xml

+ 2 - 2
pom.xml

@@ -21,12 +21,12 @@
21 21
     <repositories>
22 22
         <repository>
23 23
             <id>aliyun</id>
24
-            <url>http://192.168.4.211:8081/repository/aliyun-repository/</url>
24
+            <url>http://192.168.4.211:8082/repository/aliyun-repository/</url>
25 25
         </repository>
26 26
         <repository>
27 27
             <id>spring-milestones</id>
28 28
             <name>Spring Milestones</name>
29
-            <url>http://192.168.4.211:8081/repository/spring-milestones</url>
29
+            <url>http://192.168.4.211:8082/repository/spring-milestones</url>
30 30
             <snapshots>
31 31
                 <enabled>false</enabled>
32 32
             </snapshots>