Skip to content

Instantly share code, notes, and snippets.

@rei999
Created June 19, 2013 21:50
Show Gist options
  • Select an option

  • Save rei999/5818452 to your computer and use it in GitHub Desktop.

Select an option

Save rei999/5818452 to your computer and use it in GitHub Desktop.
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost/mytestdatabase?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
jdbc.username=root
jdbc.password=root
hibernate.dialect=org.hibernate.dialect.MySQL5InnoDBDialect
# Needed by Hibernate3 Maven Plugin defined in pom.xml
hibernate.connection.username=root
hibernate.connection.password=root
hibernate.connection.url=jdbc:mysql://localhost/mytestdatabase?createDatabaseIfNotExist=true&useUnicode=true&characterEncoding=utf-8&autoReconnect=true
hibernate.connection.driver_class=com.mysql.jdbc.Driver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment