Amitbhave / micronaut-apis-example

Getting started with Micronaut

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Getting started with Micronaut


Languages

Language:Java 57.7%Language:Batchfile 42.3%