Skip to content

Instantly share code, notes, and snippets.

@rohman
Created April 11, 2013 23:42
Show Gist options
  • Save rohman/5368122 to your computer and use it in GitHub Desktop.
Save rohman/5368122 to your computer and use it in GitHub Desktop.
Ulang Spring mvc Service
# To change this template, choose Tools | Templates
# and open the template in the editor.
hibernate.dialect = org.hibernate.dialect.MySQL5InnoDBDialect
jdbc.driver = com.mysql.jdbc.Driver
jdbc.url = jdbc:mysql://localhost/belajar?zeroDateTimeBehavior=convertToNull
jdbc.username = belajar
jdbc.password = belajar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment