Skip to content

An example Micronaut application that implements a Star Trek API to get information about Federation starships and their crew.

Notifications You must be signed in to change notification settings

joseeliaschavez/java-micronaut-starships

Repository files navigation

Starships API

An example application that implements a Star Trek API to get information about Federation starships and their crew.

CLI Commands

Execute tests

./gradlew test

Run the application

./gradlew run

Compile to native image and execute

./gradlew nativeCompile
./build/native/nativeCompile/mn-graalvm-application

Micronaut 4.4.3 Documentation


Feature micronaut-aot documentation

Feature serialization-jackson documentation

About

An example Micronaut application that implements a Star Trek API to get information about Federation starships and their crew.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages