Initial commit
64 files changed
tree: aecf6281bc58770e770e4fae4863003e807b6704
  1. src/
  2. templates/
  3. .gitignore
  4. Dockerfile
  5. How_to_dockerize_documentation.docx
  6. Jenkinsfile
  7. LICENSE.md
  8. my_wrapper_script.sh
  9. pom.xml
  10. README.md
  11. serviceConfig_QA.yml
  12. serviceConfigDevLocal.yml
  13. serviceConfigDevLocal_MASTER.yml
  14. serviceConfigDocker.yml
  15. servicesDistributionDevLocal.json
  16. servicesDistributionDevServer.json
  17. servicesDistributionDocker.json
  18. servicesDistributionQAServer.json
  19. sonar-project.properties
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