Advertisement
Guest User

Untitled

a guest
Feb 27th, 2016
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  2. <property name="hibernate.connection.url">jdbc:mysql://127.0.0.1:3306/hibernate</property>
  3. <property name="hibernate.connection.username">root</property>
  4. <property name="hibernate.connection.password">12345</property>
  5. <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  6. <property name="show_sql">true</property>
  7. <property name="hbm2ddl.auto">create</property>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement