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!