项目作者: java-tips

项目描述 :
高级语言: Java
项目地址: git://github.com/java-tips/spring-boot-admin.git
创建时间: 2019-09-29T20:55:02Z
项目社区:https://github.com/java-tips/spring-boot-admin

开源协议:

下载


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!
\
\