diff --git a/src/test/resources/hibernate.cfg.xml b/src/test/resources/hibernate.cfg.xml index 0804f4a5..3f0678fa 100644 --- a/src/test/resources/hibernate.cfg.xml +++ b/src/test/resources/hibernate.cfg.xml @@ -1,13 +1,11 @@ com.mysql.cj.jdbc.Driver - jdbc:mysql://localhost:3307/test + jdbc:mysql://localhost:3307/test?serverTimezone=UTC Mykhailo root true - create-drop -