initial commit
This commit is contained in:
9
src/main/resources/META-INF/persistence.xml
Executable file
9
src/main/resources/META-INF/persistence.xml
Executable file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<persistence xmlns="https://jakarta.ee/xml/ns/persistence"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="https://jakarta.ee/xml/ns/persistence https://jakarta.ee/xml/ns/persistence/persistence_3_2.xsd"
|
||||
version="3.2">
|
||||
<persistence-unit name="default">
|
||||
|
||||
</persistence-unit>
|
||||
</persistence>
|
||||
Reference in New Issue
Block a user