This is our first Hello World program using Micronaut
brew install micronaut
- installs the CLImn create-app micronaut-example
- creates the app in one gomn create-controller HelloController
- creates the REST controller with Test file
./gradlew clean build
- creates the artifacts under/build/libs
java -jar build/libs/micronaut-example-1.0-all.jar
- Fat Jar for starting the microservice