Micronaut HTTP Client - Parsing Response
I am using Micronaut 2.0 in this post. You can verify your version using the mn -Version command.
Let us generate a controller using the create-controller command provided by the Micronaut CLI as follows. I am launching the CLI from myapp directory.
➜ myapp mn
mn> create-controller com.nareshak.