getting started

Learn how to create a Hello World Micronaut application with a controller and a functional test.
Learn how to utilize @Configuration and @ConfigurationBuilder annotations to effectively configure declared properties.
Learn how to configure Cross-Origin Resource Sharing (CORS) in a Micronaut application.
Constructor, Field, and method parameter injection.
Learn how to expose a health endpoint for your Micronaut application.
Learn how to use Micronaut low-level HTTP Client. Simplify your code with the declarative HTTP client.
Delegate run and build actions to Gradle and Maven when working with IntelliJ IDEA
Learn about the available scopes: Singleton, Prototype, Request, Refreshable, Context...