Skip to content

Instantly share code, notes, and snippets.

@tbvinh
Created August 10, 2020 10:18
Show Gist options
  • Save tbvinh/cf3c1c854d6015d245bd794d84681b28 to your computer and use it in GitHub Desktop.
Save tbvinh/cf3c1c854d6015d245bd794d84681b28 to your computer and use it in GitHub Desktop.
derby property {ij -p taxi.properties delete-all.sql}
-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