Last week, I wrote a native web app that queried the Marvel API using Spring Boot. This week, I want to do the same with the Micronaut framework.   Creating a new project   Micronaut offers two options to create a new project:  A web UI:      As for Spring Initializr, it provides several features:  Preview the project before you download itShare the configurationAn API I do like that you can check the impact that the added features have on the POM. A Command-Line Interface: In parallel to the web