Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 281 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 281 Bytes

Micronaut

Build & Run

  1. Build
    • gradle clean build
  2. Start application
    • java -jar build/libs/micronaut-app-1.0-SNAPSHOT-all.jar
  3. To check that your application is running
    • curl http://localhost:8080/accounts
    • curl http://localhost:8081/health