JAVA-27245 - renamed modules.
This commit is contained in:
@@ -21,4 +21,4 @@ This module contains articles about bootstrapping Spring Cloud applications that
|
||||
- git commit -m "First commit"
|
||||
- start the config server
|
||||
- start the discovery server
|
||||
- start all the other servers in any order (gateway, svc-book, svc-rating, zipkin)
|
||||
- start all the other servers in any order (gateway, zipkin-log-svc-book, zipkin-log-svc-rating, zipkin)
|
||||
|
||||
@@ -19,8 +19,8 @@
|
||||
<module>discovery</module>
|
||||
<module>gateway</module>
|
||||
<module>gateway-2</module>
|
||||
<module>svc-book</module>
|
||||
<module>svc-rating</module>
|
||||
<module>zipkin-log-svc-book</module>
|
||||
<module>zipkin-log-svc-rating</module>
|
||||
<module>customer-service</module>
|
||||
<module>order-service</module>
|
||||
</modules>
|
||||
|
||||
+2
-2
@@ -4,9 +4,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.spring.cloud</groupId>
|
||||
<artifactId>svc-book</artifactId>
|
||||
<artifactId>zipkin-log-svc-book</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>svc-book</name>
|
||||
<name>zipkin-log-svc-book</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
+2
-2
@@ -4,9 +4,9 @@
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.baeldung.spring.cloud</groupId>
|
||||
<artifactId>svc-rating</artifactId>
|
||||
<artifactId>zipkin-log-svc-rating</artifactId>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<name>svc-rating</name>
|
||||
<name>zipkin-log-svc-rating</name>
|
||||
|
||||
<parent>
|
||||
<groupId>com.baeldung</groupId>
|
||||
Reference in New Issue
Block a user