From 05528396ac35c0a6d91ccbe51ab4d622e06246a2 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Tue, 28 Nov 2023 19:37:22 +0200 Subject: [PATCH] Update the persistence configuration. --- src/main/resources/META-INF/persistence.xml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/main/resources/META-INF/persistence.xml b/src/main/resources/META-INF/persistence.xml index db5b44c..e472c78 100644 --- a/src/main/resources/META-INF/persistence.xml +++ b/src/main/resources/META-INF/persistence.xml @@ -3,19 +3,19 @@ xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd" version="2.0"> - + - Persistence unit for the Jakarta Persistence of the JPA Hospital Example. + Persistence unit for the Jakarta Persistence of the Spring REST Example. org.hibernate.jpa.HibernatePersistenceProvider - space.kklochko.jpa_hospital_example.models.Department - space.kklochko.jpa_hospital_example.models.Patient - space.kklochko.jpa_hospital_example.models.Indicator + space.kklochko.spring_rest_example.models.Department + space.kklochko.spring_rest_example.models.Patient + space.kklochko.spring_rest_example.models.Indicator - + @@ -29,13 +29,13 @@ - Test persistence unit for the Jakarta Persistence of the JPA Hospital Example. + Test persistence unit for the Jakarta Persistence of the Spring REST Example. org.hibernate.jpa.HibernatePersistenceProvider - space.kklochko.jpa_hospital_example.models.Department - space.kklochko.jpa_hospital_example.models.Patient - space.kklochko.jpa_hospital_example.models.Indicator + space.kklochko.spring_rest_example.models.Department + space.kklochko.spring_rest_example.models.Patient + space.kklochko.spring_rest_example.models.Indicator