Introduction to Micronaut 4.0

Overview This document presents a high-level understanding of the Micronaut 4.0 framework. We will understand some basic concepts like GraalVM, runtime reflection, JIT (Just In Time compiler) vs AOT (Ahead…

0 Comments

Getting Started with Micronaut

Setup project CLI brew update brew install micronaut Post successful installed. Verify Micronaut installed successfully, type mn in terminal Known Issue with Mac To fix the issue, use the command…

0 Comments

Introduction to jEnv

Overview What is jEnv Setting up jEnv in MAC Troubleshooting tips Overview This document provides basic understanding of jEnv and its important. We also go through each set to set…

0 Comments