Skip to content

Instantly share code, notes, and snippets.

@john-nash-rs
Last active July 12, 2018 14:01
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 john-nash-rs/38f3d6508aeedbc1992561c59b4f0b99 to your computer and use it in GitHub Desktop.
Save john-nash-rs/38f3d6508aeedbc1992561c59b4f0b99 to your computer and use it in GitHub Desktop.
url: https://nullpointerexception1.wordpress.com/
database:
# the name of the JDBC driver, mysql in our case
driverClass: com.mysql.jdbc.Driver
# the username
user: root
#user: root
# the password
password: welcome
#password:
# the JDBC URL; the database is called DWGettingStarted
url: jdbc:mysql://localhost:3306/<YOUR_DB_NAME>
properties:
charSet: UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment