Micronaut

What is it

Unlike reflection-based IoC frameworks that load and cache reflection data for every single field, method, and constructor in your code, with Micronaut, your application startup time and memory consumption are not bound to the size of your codebase.

Installation

sdk install micronaut

Generate project

mn create-app io.mart.moneykeeper --build gradle
  • io.mart will be a package

  • moneykeeper will be a folder

Website generator

LINK

Last updated