- Run
mvn clean install
to build your application - Copy config.example.yml to config.yml and change database values
- Start application with
java -jar target/fastcatchAPi-1.0-SNAPSHOT.jar server config.yml
- To check that your application is running enter url
http://localhost:8080
- If you are using Inteliji IDE , Go to
Edit
configuration ->Application
->Program Arguments
-> insert this value :server ./config.yml
To see your applications health enter url http://localhost:8081/healthcheck