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.
Write an application using Spring Boot annotations and compute it into a Micronaut application at compilation time.
This guide shows how to use Micronaut Data from a Spring Boot application.