Skip to content

Commit

Permalink
hibernate.cfg.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
foxstudent106239 committed Aug 21, 2024
1 parent b2d3dfa commit ba8cbbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/resources/hibernate.cfg.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<hibernate-configuration>
<session-factory>
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="connection.driver_class">com.mysql.cj.jdbc.Driver</property>
<property name="connection.url">jdbc:mysql://localhost:3307/test?serverTimezone=UTC</property>
<property name="connection.username">Mykhailo</property>
Expand Down

0 comments on commit ba8cbbe

Please sign in to comment.