Skip to content

Amitbhave/micronaut-apis-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting started with Micronaut

  1. CRUD APIs with h2 database using micronaut-data
  2. DB migrations with Liquibase
  3. Unit testing with Mockito
  4. Integration testing with @MicronautTest
  5. Swagger UI

Quick start:

  1. Import the project
  2. Run
$ ./mvnw clean install
  1. Run the application:
$ ./mvnw exec:exec
  1. Checkout APIs using swagger: http://localhost:8080/swagger-ui