Development Setup Install JDK11 Install postgresql Create mock database Modify application.yml to set your PostgreSQL credentials. Start the application ./gradlew run Run test ./gradlew test Dockerize docker-compose build docker-compose up -d Note: You have to create database in postgres container. Micronaut 2.5.3 Documentation User Guide API Reference Configuration Reference Micronaut Guides