persistence unit name

This commit is contained in:
Marcos Lopez Gonzalez 2018-11-10 19:16:23 +01:00
parent 1d26380c07
commit f3e5bc6ee3
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
</properties>
</persistence-unit>
<persistence-unit name="jpa-h22">
<persistence-unit name="jpa-h2">
<provider>org.hibernate.jpa.HibernatePersistenceProvider</provider>
<class>com.baeldung.jpa.stringcast.DummyEntity</class>
<properties>