|
@@ -3,9 +3,9 @@
|
3
|
3
|
"http://www.hibernate.org/dtd/hibernate-configuration-3.0.dtd">
|
4
|
4
|
<hibernate-configuration>
|
5
|
5
|
<session-factory name="">
|
6
|
|
- <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
|
|
6
|
+ <property name="hibernate.connection.driver_class">com.mysql.cj.jdbc.Driver</property>
|
7
|
7
|
<property name="hibernate.connection.password">swhacademy!</property>
|
8
|
|
- <property name="hibernate.connection.url">jdbc:mysql://192.168.0.41:3306/market</property>
|
|
8
|
+ <property name="hibernate.connection.url">jdbc:mysql://192.168.0.41:3306/market?serverTimezone=UTC</property>
|
9
|
9
|
<property name="hibernate.connection.username">root</property>
|
10
|
10
|
<property name="hibernate.dialect">org.hibernate.dialect.MariaDB53Dialect</property>
|
11
|
11
|
|