CriticalSection for loading
7 files changed
tree: d69ed78ffef3a03c57303eb13d90b3f4697f7f8f
  1. src/
  2. .gitignore
  3. Dockerfile
  4. How_to_dockerize_documentation.docx
  5. Jenkinsfile
  6. LICENSE.md
  7. pom.xml
  8. README.md
  9. serviceConfigDevLocal_MASTER.yml
  10. servicesDistributionDevLocal.json
  11. servicesDistributionDevServer.json
README.md

micsCentral

How to start the micsCentral application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/mics-central-service-0.1.1-SNAPSHOT.jar server config.yml
  3. 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