You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -156,17 +156,11 @@ Microservice dashboard is a visual representation of microservices and its ecosy
156
156
It mainly collates information from Spring Boot Actuator health endpoints.
157
157
158
158
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 :
0 commit comments