Replace H2 with a real database for testing
This guide shows how to replace H2 with a real database for testing in a Micronaut application.
This guide shows how to replace H2 with a real database for testing in a Micronaut application.
This guide shows how to create a Micronaut application with jOOQ support
Learn how to use Micronaut Data JDBC and PostgreSQL spatial queries to find the closest available delivery driver within 5 km of a food delivery order.
Learn how to leverage Java records for immutable configuration, Micronaut Data Mapped Entities and Projection DTOs
Build a TODO application with Micronaut GraphQL.
Learn how to secure a Micronaut application using Database authentication.
Learn how to write an OpenAPI definition, use it to generate a server template for a Micronaut application, and get it all to work
Learn how to use the Liquibase to manage your schema migrations.