Micronaut Dependency Injection - The stand-alone Setup
In this post, let's explore how to use Micronaut as the Dependency Injection container in a stand-alone Java application. Let's start by creating a stand-alone Java application. I make use of the initialisers provided by Gradle (gradle init command). The application structure looks as follows. ➜ microdemo tree . ├── build.gradle ├── gradle…