Skip to content

Instantly share code, notes, and snippets.

@javaduke
Created December 16, 2011 14:37
Show Gist options
  • Save javaduke/1486274 to your computer and use it in GitHub Desktop.
Save javaduke/1486274 to your computer and use it in GitHub Desktop.
<property name="hibernate.dialect">org.hibernate.dialect.DerbyDialect</property>
<property name="hibernate.connection.driver_class">org.apache.derby.jdbc.EmbeddedDriver</property>
<property name="hibernate.connection.url">jdbc:derby:memory:muleEmbeddedDB</property>
<property name="hibernate.hbm2ddl.auto">create-drop</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment