micronaut

Modern JVM-based framework for building modular microservices

brewmacoslinux
Try with needOr install directly
Source

About

Modern JVM-based framework for building modular microservices

Commands

mn

Examples

Create a new Micronaut application$ mn create-app my-app
Create a new Micronaut microservice with specific features$ mn create-app my-service --features=data-jdbc,postgres
Run the Micronaut application in development mode$ mn run