Bernardo-MG / jpa-example

An example showing how to set up and test JPA classes.
MIT License
0 stars 0 forks source link

Select JPA implementation through a profile #6

Closed Bernardo-MG closed 7 years ago

Bernardo-MG commented 7 years ago

There are two JPA implementations used in the project: Hibernate and Eclipselink. They should be chosen through a Maven profile.

Bernardo-MG commented 7 years ago

Done