Skip to content

Instantly share code, notes, and snippets.

@VVCepheiA
Created March 18, 2015 20:17
Show Gist options
  • Save VVCepheiA/39c94b2135f53e488aec to your computer and use it in GitHub Desktop.
Save VVCepheiA/39c94b2135f53e488aec to your computer and use it in GitHub Desktop.
Working HSQLDB config
rekomendi.jdbc.driverClassName=org.hsqldb.jdbcDriver
rekomendi.jdbc.url=jdbc:hsqldb:file:db/test
rekomendi.jdbc.username=sa
rekomendi.jdbc.password=
jpa.database=HSQL
jpa.dialect=org.hibernate.dialect.HSQLDialect
hibernate.hbm2ddl.auto=update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment