Skip to content

Files

Latest commit

author
Bitbucket Pipeline
May 6, 2020
34cf8c4 · May 6, 2020

History

History
25 lines (18 loc) · 412 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 412 Bytes

Micronaut Hello Project

Build application

There are required Java 11 to be installed!

Windows:

gradlew clean build

Linux / MacOS:

./gradlew clean build

Run the application

# Docker routine
docker build . -t micronaut-hello --no-cache -m 16g
docker run -p 8080:8080  micronaut-hello:latest

Ensure you run graalvm native build against relevant Java version