Skip to content

alitari/vscode-remote-micronaut-mvn

Repository files navigation

Vscode Remote Development Containers: Micronaut

generated app

mn create-app -i -b maven example.micronaut.complete --features=graal-native-image,http-server,junit

run

Start the app with:

mvn exec:exec

test

In a new terminal create a request:

curl localhost:8080/conferences/random

debug

attach debug port with F5

build jar

mvn clean package

build native executable

native-image --no-server -cp target/complete-*.jar

run native executable

./complete

build docker image with native executable

./docker-build.sh

About

example for micronaut mvn project with vscode-remote

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published