Skip to content

Latest commit

 

History

History
30 lines (30 loc) · 820 Bytes

README.md

File metadata and controls

30 lines (30 loc) · 820 Bytes

spring-boot-admin


This project is a little example how we can use spring-boot-admin to manager a 'microservice project'.
With spring-boot-admin we can see all spring-boot application/metrics much easier.

*For future this will be running with Dockerfile+docker-compose.

first step
cd ./server/
mvn spring-boot:run
second step
cd ./customer/
mvn spring-boot:run
third step
cd ./company/
mvn spring-boot:run
enjoy it!