rm3l / jpa-graalvm

Code for my blog post

Home Page:https://rm3l.org/building-graalvm-nativeimages-with-jpa-part1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jpa-graalvm

This project contains a set of Maven profiles that build and run the same application against other JPA providers.

  • To build against DataNucleus (default profile): mvn clean package or mvn clean package -P datanucleus

  • To build against EclipseLink: mvn clean package -P eclipselink

  • To build against Hibernate: mvn clean package -P hibernate

About

Code for my blog post

https://rm3l.org/building-graalvm-nativeimages-with-jpa-part1/

License:MIT License


Languages

Language:Java 98.0%Language:Shell 2.0%