This project works as an example of how should be configured a project using Micronaut and authorization and authentication using JSON Web tokens (JWT) and a simple data base (where are stored all the users with a simple password and username (UsernamePasswordAuthentication).
As default Micronaut use Gradle as build tool, so as easy as just typing this in a console:
# gradle run
And this will start the application in a random port.