Created
February 24, 2017 13:46
-
-
Save sebfoucault/50c9a4a3119857ea21b47c4565f82014 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
com.sap.cloud.persistence.dsname=jdbc/DefaultDB | |
javax.persistence.jdbc.driver=org.h2.Driver | |
javax.persistence.jdbc.url=jdbc:h2:tcp://localhost/~/test | |
javax.persistence.jdbc.user=sa | |
javax.persistence.jdbc.password=sa | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment