From d55b760c15a57711f0786f625d1c164cb7b50037 Mon Sep 17 00:00:00 2001 From: wujing <297115770@qq.com> Date: Sun, 6 Sep 2020 09:38:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 -- roncoo-education-app-config/pom.xml | 2 +- .../{service => server}/config/ServerConfigApplication.java | 0 roncoo-education-app-eureka/pom.xml | 5 ----- 4 files changed, 1 insertion(+), 8 deletions(-) rename roncoo-education-app-config/src/main/java/com/roncoo/education/{service => server}/config/ServerConfigApplication.java (100%) diff --git a/pom.xml b/pom.xml index a7c2c5e5a..b6d4a87f6 100644 --- a/pom.xml +++ b/pom.xml @@ -50,7 +50,6 @@ yangzj - yangzj@roncoo.com LingKe, Co., Ltd. http://www.roncoo.net @@ -60,7 +59,6 @@ wuy - wuy@roncoo.com LingKe, Co., Ltd. http://www.roncoo.net diff --git a/roncoo-education-app-config/pom.xml b/roncoo-education-app-config/pom.xml index b7d1cf01a..08ad7b392 100644 --- a/roncoo-education-app-config/pom.xml +++ b/roncoo-education-app-config/pom.xml @@ -1,6 +1,7 @@ 4.0.0 + com.roncoo roncoo-education @@ -16,7 +17,6 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-client - org.springframework.cloud diff --git a/roncoo-education-app-config/src/main/java/com/roncoo/education/service/config/ServerConfigApplication.java b/roncoo-education-app-config/src/main/java/com/roncoo/education/server/config/ServerConfigApplication.java similarity index 100% rename from roncoo-education-app-config/src/main/java/com/roncoo/education/service/config/ServerConfigApplication.java rename to roncoo-education-app-config/src/main/java/com/roncoo/education/server/config/ServerConfigApplication.java diff --git a/roncoo-education-app-eureka/pom.xml b/roncoo-education-app-eureka/pom.xml index 1bd35d47a..062f7e4b6 100644 --- a/roncoo-education-app-eureka/pom.xml +++ b/roncoo-education-app-eureka/pom.xml @@ -17,11 +17,6 @@ org.springframework.cloud spring-cloud-starter-netflix-eureka-server - - - org.springframework.boot - spring-boot-devtools -