Skip to content

Commit 7525f42

Browse files
committed
10: Improve the readme.md
1 parent 56b7a76 commit 7525f42

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*/target/**
2+
*/.idea/**

readme.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,20 @@ This is example of spring boot microservice example with Eureka Server + Eureka
2424
### 1.1 For windows:
2525

2626
```sh
27-
2827
mvn clean install -f .\spring-boot-cloud-eureka-server\pom.xml
2928
mvn clean install -f .\spring-boot-cloud-zuul-routing\pom.xml
3029
mvn clean install -f .\spring-boot-cloud-eureka-user-service\pom.xml
3130
mvn clean install -f .\spring-boot-cloud-eureka-order-service\pom.xml
31+
mvn clean install -f .\spring-boot-cloud-eureka-notification-service\pom.xml
3232
mvn clean install -f .\spring-boot-cloud-authentication-service\pom.xml
3333

3434
START "Server" java -jar spring-boot-cloud-eureka-server/target/eureka-server.jar
3535
START "API Gateway" java -jar spring-boot-cloud-zuul-routing/target/zuul-api-gateway.jar --server.port=8080
3636
START "User Service" java -jar spring-boot-cloud-eureka-user-service/target/user-service.jar --server.port=8181
3737
START "Order Service" java -jar spring-boot-cloud-eureka-order-service/target/order-service.jar --server.port=8282
38-
START "Authentication Service" java -jar spring-boot-cloud-authentication-service/target/authentication-service.jar --server.port=8383
38+
START "Notification Service" java -jar spring-boot-cloud-eureka-notification-service/target/notification-service.jar --server.port=8383
39+
START "Authentication Service" java -jar spring-boot-cloud-authentication-service/target/authentication-service.jar --server.port=8484
40+
3941
```
4042

4143
## Step 2: Check Eureka Server

0 commit comments

Comments
 (0)