Skip to content

Commit

Permalink
Update persistence.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel-gepardec authored Aug 9, 2024
1 parent e034c5a commit e4a4663
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/resources/META-INF/persistence.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
<jta-data-source>java:jboss/datasources/ApiDemoPersistenceDS</jta-data-source>
<properties>
<property name="hibernate.show_sql" value="false" />
<property name="hibernate.dialect" value="org.hibernate.dialect.OracleDialect" />
<!--<property name="javax.persistence.schema-generation.database.action" value="drop-and-create"/>-->
</properties>
</persistence-unit>
</persistence>
</persistence>

0 comments on commit e4a4663

Please sign in to comment.