How to Build Your First Micronaut Application
Pre-requisites :
Before starting, make sure you have the following :
Java JDK 17 or later
Gradle 7.6 or later
Kotlin 1.9 or later
Micronaut 4.x
IntelliJ IDEA (recommended IDE)
macOS, Windows, or Linux
If you already have these installed, you ...