From Spring Boot to Quarkus
Last week, I migrated a sample Spring application to Micronaut. This week, I did the same for Quarkus.
Common changes
Spring Boot and Micronaut both offer a parent POM. Quarkus favors using a BOM.
<parent>
<groupId>org.springframework.boot</groupId...
frankel.hashnode.dev3 min read