blob: fc24ab4d01b98ba1e350087ec6805dc1402b1e5a [file] [log] [blame] [view]
# micsCentral
How to start the micsCentral application
---
1. Run `mvn clean install` to build your application
1. Start application with `java -jar target/mics-central-service-0.1.1-SNAPSHOT.jar server config.yml`
1. To check that your application is running enter url `http://localhost:8080`
Health Check
---
To see your applications health enter url `http://localhost:8081/healthcheck`