Skip to content

Commit b84f497

Browse files
authored
updated
1 parent 57ac8f8 commit b84f497

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

README.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -156,17 +156,11 @@ Microservice dashboard is a visual representation of microservices and its ecosy
156156
It mainly collates information from Spring Boot Actuator health endpoints.
157157

158158
Primarily it comprises of 3 components -
159-
1. Spring Boot Admin Server
160-
2. Spring Boot Admin UI Server
161-
3. Microservices Dashboard Server
162-
Having said that, for our POC application we will be implementing Admin server and Admin UI Server as a single microservice application i.e. [Spring Boot Admin](https://github.com/dhaval201279/cloud-native-java-demo/tree/master/spring-boot-admin) and a separate application for [Microservices Dashboard](https://github.com/dhaval201279/cloud-native-java-demo/tree/master/microservices-dashboard). A sample screenshot for our POC application
159+
- Spring Boot Admin Server
160+
- Spring Boot Admin UI Server
161+
- Microservices Dashboard Server
162+
Having said that, for our POC application we will be implementing Admin server and Admin UI Server as a single microservice application i.e. [Spring Boot Admin](https://github.com/dhaval201279/cloud-native-java-demo/tree/master/spring-boot-admin) and a separate application for [Microservices Dashboard](https://github.com/dhaval201279/cloud-native-java-demo/tree/master/microservices-dashboard). A sample screenshot of Microservice Dasboard for our POC application is as shown below :
163163

164164
<p align=center>
165165
<img alt="Microservice Dashboard" src="https://cloud.githubusercontent.com/assets/3782824/23105287/f7f122d0-f702-11e6-9f13-9f3eb584c8a2.png">
166166
</p>
167-
168-
169-
170-
171-
172-

0 commit comments

Comments
 (0)