Skip to content

wilder/hello-micronaut

Repository files navigation

hello-micronaut

Application built to learn the features of Micronaut, a modern, JVM-based, full stack microservices framework designed for building modular, easily testable microservice applications.

Running the application

The application can be started by running the jar or by ./gradlew run

The application has a Endpoint that returns a greeting for the name passed as argument.

/hello/{name}

The main controller demostrates Micronaut's Inversion of Control/Dependency Injection by injecting a bean of the "Greeter" interface.

About

"Hello World" Micronaut app with Kotlin and JIB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages