This work has been derived from https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart
docker-compose up --build
mvn clean compile package -Pnative -Dquarkus.native.container-build=true -DskipTests=true
docker build -f src/main/docker/Dockerfile.native -t quarkus-hibernate-orm-mybatis-3 .
docker run -p 8080:8080 quarkus-hibernate-orm-mybatis-3
Navigate to:
http://localhost:8080/index.html
Have fun, and join the team of contributors!