Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I install Micronaut CLI?

Tags:

micronaut

I cannot find in the Micronaut documentation a way to install mn CLI. There many usage examples, but not a how to install it.

like image 232
Eduardo Lago Aguilar Avatar asked May 24 '18 14:05

Eduardo Lago Aguilar


People also ask

Does Micronaut support Java 17?

JDK 17 SupportMicronaut Launch now supports creating applications with JDK 17!

What is Micronaut application?

Micronaut is an open source JVM-based software framework for building lightweight, modular applications and microservices. Micronaut is known for its ability to help developers create apps and microservices with small memory footprints and short startup times.

Is Micronaut production ready?

Micronaut is production ready. It delivers on its promise of low memory consumption and fast start-up times. Quicker feedback times → You get misconfiguration errors at compile time.


1 Answers

There are no published artifacts yet for micronaut. It is easy to install from source by following the instructions in the README.md

https://github.com/micronaut-projects/micronaut-core#building-from-source

Published versions will be on sdkman http://sdkman.io/

like image 96
erichelgeson Avatar answered Oct 16 '22 11:10

erichelgeson