Skip to content

Commit 56a7552

Browse files
author
xiaomo
committed
change module name
1 parent 709093f commit 56a7552

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<artifactId>spring-cloud-config-server</artifactId>
7+
<artifactId>config-server</artifactId>
88
<version>1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<parent>
12-
<artifactId>spring-cloud-demo</artifactId>
12+
<artifactId>spring-cloud-unity</artifactId>
1313
<groupId>info.xiaomo</groupId>
1414
<version>2018.1</version>
1515
</parent>

spring-cloud-config-server/src/main/java/info/xiaomo/configserver/ConfigServerApplication.java renamed to config-server/src/main/java/info/xiaomo/configserver/ConfigServerApplication.java

File renamed without changes.

spring-cloud-config-server/src/main/resources/application.yml renamed to config-server/src/main/resources/application.yml

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66

7-
<artifactId>spring-cloud-eureka-server</artifactId>
7+
<artifactId>eureka-server</artifactId>
88
<version>1.0-SNAPSHOT</version>
99

1010
<parent>
11-
<artifactId>spring-cloud-demo</artifactId>
11+
<artifactId>spring-cloud-unity</artifactId>
1212
<groupId>info.xiaomo</groupId>
1313
<version>2018.1</version>
1414
</parent>
@@ -27,7 +27,7 @@
2727

2828

2929
<build>
30-
<finalName>config-server</finalName>
30+
<finalName>eureka-server</finalName>
3131
<plugins>
3232
<plugin>
3333
<groupId>org.springframework.boot</groupId>

spring-cloud-eureka-server/src/main/java/info/xiaomo/eurekaserver/EurekaServerApplication.java renamed to eureka-server/src/main/java/info/xiaomo/eurekaserver/EurekaServerApplication.java

File renamed without changes.

spring-cloud-eureka-server/src/main/resources/application.yml renamed to eureka-server/src/main/resources/application.yml

File renamed without changes.

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>info.xiaomo</groupId>
77
<modelVersion>4.0.0</modelVersion>
8-
<artifactId>spring-cloud-demo</artifactId>
8+
<artifactId>spring-cloud-unity</artifactId>
99
<version>2018.1</version>
1010
<packaging>pom</packaging>
1111

@@ -45,8 +45,8 @@
4545

4646

4747
<modules>
48-
<module>spring-cloud-config-server</module>
49-
<module>spring-cloud-eureka-server</module>
48+
<module>config-server</module>
49+
<module>eureka-server</module>
5050
</modules>
5151

5252
</project>

0 commit comments

Comments
 (0)