JAVA-27245 - renamed modules.

This commit is contained in:
gaepi
2023-11-09 11:55:32 +01:00
parent 781b7fde45
commit 4145926d94
52 changed files with 38 additions and 38 deletions
@@ -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>
@@ -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>
@@ -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>