h2

This guide compares how to add Spring Data or Micronaut Data to power a GET endpoint in both Micronaut and Spring Boot applications.
This guide compares how to create a GET endpoint that returns a paginated JSON Array in Micronaut and Spring Boot applications.
Learn how to access a database with MyBatis using the Micronaut framework.
Learn how to create a LDAP and a database authentication provider in a Micronaut Application.
Learn how to access a database with JPA and Hibernate using the Micronaut framework.
This guide shows how to replace H2 with a real database for testing in a Micronaut application.