no creating new entity

This commit is contained in:
hmm 2014-09-02 10:59:50 +08:00
parent 723de68ba8
commit 5a6ce8a63b
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<hibernate-configuration>
<session-factory>
<property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver </property>
<property name="hibernate.connection.url"> jdbc:mysql://133.133.133.36:3306/bench4q_master
<property name="hibernate.connection.url"> jdbc:mysql://localhost:3306/bench4q_master
</property>
<property name="hibernate.connection.username">root</property>
<property name="hibernate.connection.password">123456 </property>