|
@@ -11,17 +11,6 @@
|
|
|
|
|
|
<artifactId>4dkankan-center-scene</artifactId>
|
|
|
|
|
|
- <repositories>
|
|
|
- <repository>
|
|
|
- <id>releases</id>
|
|
|
- <url>http://192.168.0.115:8081/nexus-2.14.2-01/content/repositories/releases/</url>
|
|
|
- </repository>
|
|
|
- <repository>
|
|
|
- <id>nexus-aliyun</id>
|
|
|
- <url>http://maven.aliyun.com/nexus/content/groups/public</url>
|
|
|
- </repository>
|
|
|
- </repositories>
|
|
|
-
|
|
|
<properties>
|
|
|
<java.version>1.8</java.version>
|
|
|
</properties>
|
|
@@ -46,26 +35,15 @@
|
|
|
<scope>test</scope>
|
|
|
</dependency>
|
|
|
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!--nacos 客户端 配置中心-->
|
|
|
- <dependency>
|
|
|
- <groupId>com.alibaba.cloud</groupId>
|
|
|
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
</dependencies>
|
|
|
|
|
|
- <build>
|
|
|
- <plugins>
|
|
|
- <plugin>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-maven-plugin</artifactId>
|
|
|
- </plugin>
|
|
|
- </plugins>
|
|
|
- </build>
|
|
|
+<!-- <build>-->
|
|
|
+<!-- <plugins>-->
|
|
|
+<!-- <plugin>-->
|
|
|
+<!-- <groupId>org.springframework.boot</groupId>-->
|
|
|
+<!-- <artifactId>spring-boot-maven-plugin</artifactId>-->
|
|
|
+<!-- </plugin>-->
|
|
|
+<!-- </plugins>-->
|
|
|
+<!-- </build>-->
|
|
|
|
|
|
</project>
|