Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 775 Bytes

File metadata and controls

21 lines (14 loc) · 775 Bytes

SmsTransaction

Build Status Dependency Status

How to start the SmsTransaction application

  1. Run mvn clean install to build your application
  2. Start application with java -jar target/SmsTransaction-1.0.jar server config.yml
  3. To check that your application is running enter url http://localhost:<app-portnumber>

Health Check

To see your applications health enter url http://localhost:<admin-portnumber>/healthcheck

Deploy

To be Added.