Skip to content

java-tips/spring-boot-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Releases

No releases published

Packages

No packages published

Languages