Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 399 Bytes

File metadata and controls

14 lines (10 loc) · 399 Bytes

true

How to start the true application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/web-dev-frontend-project-1.0-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

web-dev-project