Skip to content

Commit

Permalink
fix))))
Browse files Browse the repository at this point in the history
  • Loading branch information
foxstudent106239 committed Aug 21, 2024
1 parent 1ebd3d5 commit 64beb0f
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
Expand Up @@ -3,6 +3,7 @@
<property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
<property name="connection.driver_class">com.mysql.cj.jdbc.NonRegisteringDriver</property>
<property name="connection.url">jdbc:mysql://localhost:3307/test?serverTimezone=UTC</property>
<property name="connection.pool_size">2000</property>
<property name="connection.username">Mykhailo</property>
<property name="connection.password">root</property>
<property name="show_sql">true</property>
Expand Down

0 comments on commit 64beb0f

Please sign in to comment.