File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ */target/**
2
+ */.idea/**
Original file line number Diff line number Diff line change @@ -24,18 +24,20 @@ This is example of spring boot microservice example with Eureka Server + Eureka
24
24
### 1.1 For windows:
25
25
26
26
``` sh
27
-
28
27
mvn clean install -f .\s pring-boot-cloud-eureka-server\p om.xml
29
28
mvn clean install -f .\s pring-boot-cloud-zuul-routing\p om.xml
30
29
mvn clean install -f .\s pring-boot-cloud-eureka-user-service\p om.xml
31
30
mvn clean install -f .\s pring-boot-cloud-eureka-order-service\p om.xml
31
+ mvn clean install -f .\s pring-boot-cloud-eureka-notification-service\p om.xml
32
32
mvn clean install -f .\s pring-boot-cloud-authentication-service\p om.xml
33
33
34
34
START " Server" java -jar spring-boot-cloud-eureka-server/target/eureka-server.jar
35
35
START " API Gateway" java -jar spring-boot-cloud-zuul-routing/target/zuul-api-gateway.jar --server.port=8080
36
36
START " User Service" java -jar spring-boot-cloud-eureka-user-service/target/user-service.jar --server.port=8181
37
37
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
+
39
41
```
40
42
41
43
## Step 2: Check Eureka Server
You can’t perform that action at this time.
0 commit comments