- Run
mvn clean install
to build your application - Start application with
java -jar target/SmsTransaction-1.0.jar server config.yml
- To check that your application is running enter url
http://localhost:<app-portnumber>
To see your applications health enter url http://localhost:<admin-portnumber>/healthcheck
To be Added.