Skip to content

draccagni/quarkus-hibernate-orm-mybatis-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quarkus demo: Hibernate ORM with MyBatis 3

This work has been derived from https://github.com/quarkusio/quarkus-quickstarts/tree/main/hibernate-orm-quickstart

PostgreSQL

docker-compose up --build

Run Quarkus as a native application on Docker

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

See the demo in your browser

Navigate to:

http://localhost:8080/index.html

Have fun, and join the team of contributors!

About

Quarkus Hibernate ORM with MyBatis 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published