Skip to content

Instantly share code, notes, and snippets.

@h3llborn
Created June 25, 2013 14:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save h3llborn/5858749 to your computer and use it in GitHub Desktop.
Save h3llborn/5858749 to your computer and use it in GitHub Desktop.
dbsetup
/**
* Filled out by user on the databasesetup.vm page Looks like; Added globalProperties
* modification ability so it can be changed via commandline for SDK
*/
public String databaseConnection = System
.getProperty(
"database.connection",
"jdbc:mysql://localhost:3306/@DBNAME@?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF-8");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment