Created
August 10, 2020 10:18
-
-
Save tbvinh/cf3c1c854d6015d245bd794d84681b28 to your computer and use it in GitHub Desktop.
derby property {ij -p taxi.properties delete-all.sql}
This file contains 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
-Dij.protocol=jdbc:derby: | |
-Dderby.system.home=D:\Projects\VinaTaxi\Database | |
-Dij.database=database.derby.v2;create=false | |
-Dij.user=APP | |
-Dij.password=APP | |
-Dij.showErrorCode=true | |
-Dij.exceptionTrace=true | |
-Duser.language=en | |
-Duser.region=US | |
-Dderby.ui.locale=en | |
-Dderby.ui.codeset=UTF8 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment