Vscode Remote Development Containers: Micronaut
mn create-app -i -b maven example.micronaut.complete --features=graal-native-image,http-server,junitStart the app with:
mvn exec:execIn a new terminal create a request:
curl localhost:8080/conferences/randomattach debug port with F5
mvn clean packagenative-image --no-server -cp target/complete-*.jar./complete./docker-build.sh