Created
July 30, 2014 16:07
-
-
Save making/2bfdb9d3f3e7c06a4b21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| spring: | |
| datasource: | |
| driverClassName: org.h2.Driver | |
| url: jdbc:h2:file:/tmp/bookmark | |
| username: sa | |
| password: | |
| jpa: | |
| hibernate: | |
| ddl-auto: update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment