Skip to content

Instantly share code, notes, and snippets.

@chathurangat
Created June 1, 2018 10:42
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 chathurangat/b1fe9c031f7c66729aba043e11e0154a to your computer and use it in GitHub Desktop.
Save chathurangat/b1fe9c031f7c66729aba043e11e0154a to your computer and use it in GitHub Desktop.
spring.datasource.url = jdbc:mysql://127.0.0.1:3306/audit_test_db?useSSL=false
spring.datasource.username = root
spring.datasource.password = root123
## Hibernate Properties
# The SQL dialect makes Hibernate generate better SQL for the chosen database
spring.jpa.properties.hibernate.dialect = org.hibernate.dialect.MySQL5Dialect
# Hibernate ddl auto (create, create-drop, validate, update)
spring.jpa.hibernate.ddl-auto = update
spring.jpa.show-sql=true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment