File tree Expand file tree Collapse file tree 10 files changed +18
-14
lines changed
department-service/src/main/resources
hystrix-dashboard/src/main/resources
person-service/src/main/resources
task-service/src/main/resources Expand file tree Collapse file tree 10 files changed +18
-14
lines changed Original file line number Diff line number Diff line change @@ -88,7 +88,11 @@ $ docker-compose -f docker-compose/app.yml up -d
88
88
$ docker-compose -f docker-compose/app.yml down
89
89
```
90
90
91
- References:
91
+ ### Screenshots
92
+
93
+ ![ All Microservices UP] ( files/pictures/microservices-allservice-on-eureka.png )
94
+
95
+ ### References:
92
96
93
97
- https://spring.io/microservices
94
98
- https://microservices.io/patterns/microservices.html
Original file line number Diff line number Diff line change 2
2
application :
3
3
name : department-service
4
4
zipkin :
5
- base-url : http://127.0.0.1 :9411/
5
+ base-url : http://zipkin :9411/
6
6
7
7
server :
8
8
port : 9001
@@ -12,8 +12,8 @@ eureka:
12
12
register-with-eureka : true
13
13
fetch-registry : true
14
14
service-url :
15
- defaultZone : http://localhost:8761/eureka/
16
- # defaultZone: http://service-registry:8761/eureka/
15
+ # defaultZone: http://localhost:8761/eureka/
16
+ defaultZone : http://service-registry:8761/eureka/
17
17
instance :
18
18
hostname : service-registry
19
19
Original file line number Diff line number Diff line change 2
2
cloud :
3
3
config :
4
4
enabled : true
5
- uri : http://localhost :9296
5
+ uri : http://config-server :9296
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ eureka:
14
14
register-with-eureka : true
15
15
fetch-registry : true
16
16
service-url :
17
- defaultZone : http://localhost:8761/eureka/
18
- # defaultZone: http://service-registry:8761/eureka/
17
+ # defaultZone: http://localhost:8761/eureka/
18
+ defaultZone : http://service-registry:8761/eureka/
19
19
instance :
20
20
hostname : service-registry
Original file line number Diff line number Diff line change 2
2
cloud :
3
3
config :
4
4
enabled : true
5
- uri : http://localhost :9296
5
+ uri : http://config-server :9296
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ eureka:
12
12
register-with-eureka : true
13
13
fetch-registry : true
14
14
service-url :
15
- defaultZone : http://localhost:8761/eureka/
16
- # defaultZone: http://service-registry:8761/eureka/
15
+ # defaultZone: http://localhost:8761/eureka/
16
+ defaultZone : http://service-registry:8761/eureka/
17
17
instance :
18
18
hostname : service-registry
Original file line number Diff line number Diff line change 2
2
cloud :
3
3
config :
4
4
enabled : true
5
- uri : http://localhost :9296
5
+ uri : http://config-server :9296
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ eureka:
12
12
register-with-eureka : true
13
13
fetch-registry : true
14
14
service-url :
15
- defaultZone : http://localhost:8761/eureka/
16
- # defaultZone: http://service-registry:8761/eureka/
15
+ # defaultZone: http://localhost:8761/eureka/
16
+ defaultZone : http://service-registry:8761/eureka/
17
17
instance :
18
18
hostname : service-registry
Original file line number Diff line number Diff line change 2
2
cloud :
3
3
config :
4
4
enabled : true
5
- uri : http://localhost :9296
5
+ uri : http://config-server :9296
You can’t perform that action at this time.
0 commit comments