Merge branch 'master' of ssh://git.eclipse.org:29418/openk-usermodules/org.eclipse.openk-usermodules.mics.centralService
tree: 0968f4e617d94980372770e87e15a6447126cf26
  1. .gitignore
  2. CONTRIBUTING.md
  3. Dockerfile
  4. How_to_dockerize_documentation.docx
  5. Jenkinsfile
  6. LICENSE.md
  7. NOTICE.md
  8. README.md
  9. my_wrapper_script.sh
  10. pom.xml
  11. serviceConfigDevLocal.yml
  12. serviceConfigDevLocal_MASTER.yml
  13. serviceConfigDocker.yml
  14. serviceConfig_QA.yml
  15. servicesDistributionDevLocal.json
  16. servicesDistributionDevServer.json
  17. servicesDistributionDocker.json
  18. servicesDistributionQAServer.json
  19. sonar-project.properties
  20. src/
  21. templates/
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