Advertisement
Guest User

Jack daniels

a guest
Nov 27th, 2017
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.51 KB | None | 0 0
  1.     <property name="hibernate.dialect">org.hibernate.dialect.MySQLDialect</property>
  2.     <property name="hibernate.connection.driver_class">com.mysql.jdbc.Driver</property>
  3.     <property name="hibernate.connection.url">jdbc:mysql://localhost:3306/mercado?zeroDateTimeBehavior=convertToNull</property>
  4.     <property name="hibernate.connection.username">root</property>
  5.     <property name="hibernate.connection.password">aluno@etep</property>
  6.     <property name="hibernate.current_session_context_class">thread</property>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement