This project uses Quarkus, the Supersonic Subatomic Java Framework.
If you want to learn more about Quarkus, please visit its website: https://quarkus.io/ .
./mvnw package
You can run your application in dev mode that enables live coding using:
./mvnw compile quarkus:dev
NOTE: Quarkus now ships with a Dev UI, which is available in dev mode only at http://localhost:8080/q/dev/.
mvn package docker build -f src/main/docker/Dockerfile.jvm -t editor-service . docker run -i --rm -p 8080:8080 editor-service
docker-compose down
docker rmi $(docker images -q)
./mvnw compile quarkus:dev -Ddebug=5006