spring boot to micronaut

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.
This guide shows compares the Application Class of a Spring Boot application vs a Micronaut Framework application.
This guide compares how to create a bean in a Spring Boot application with @Configuration vs. in a Micronaut application with @Factory.
This guide compares how to mark a class as a bean in a Spring Boot application with @Component vs. in a Micronaut application with @Singleton.
This guide compares using Spring's UriComponentsBuilder vs Micronaut Framework's UriBuilder.