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