hibernate.mysql.properties 414 B

12345678910
  1. # Specify this property file to build the MySQL hibernate DB scripts
  2. # Use the hibernate.properties property, like:
  3. #
  4. # hibernate.properties=defs/schema/hibernate.mysql.properties
  5. hibernate.dialect=org.hibernate.dialect.MySQLDialect
  6. hibernate.connection.driver_class=com.mysql.jdbc.Driver
  7. hibernate.connection.url=jdbc:mysql://localhost/ieat
  8. hibernate.connection.username=ieat
  9. hibernate.connection.password=ieat