Skip to content

Instantly share code, notes, and snippets.

@EudesSilva
Created March 17, 2013 19:43
Show Gist options
  • Save EudesSilva/5183291 to your computer and use it in GitHub Desktop.
Save EudesSilva/5183291 to your computer and use it in GitHub Desktop.
# database properties
# database properties
jdbc.driverClassName=com.mysql.jdbc.Driver
jdbc.url=jdbc:mysql://localhost/sistemalivros
jdbc.username=root
jdbc.password=
jdbc.driver=com.mysql.jdbc.Driver
jdbc.dialect=org.hibernate.dialect.MySQL5Dialect
jdbc.validationQuery=select 1
jdbc.show_sql=false
jdbc.generate_ddl=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment