This is application using Spring Boot and Spring Cloud to build microservice structured web application to help monitor different region computer host performance
The frontend is built under Vue together with echart to display the performance data online.
To build for monitor server, please run mvn clean install -DskipTests=true (to skip tests), to build monitor web, please run npm install.