Skip to content

Instantly share code, notes, and snippets.

@gigenthomas
Created October 17, 2015 15:57
Show Gist options
  • Save gigenthomas/c67b68455699f373e55d to your computer and use it in GitHub Desktop.
Save gigenthomas/c67b68455699f373e55d to your computer and use it in GitHub Desktop.
spring.datasource.url=jdbc:postgresql://localhost/myDatabase
spring.datasource.username=user
spring.datasource.password=password
spring.datasource.driverClassName=org.postgresql.Driver
spring.jpa.hibernate.hbm2ddl.auto=update
spring.jpa.hibernate.ejb.naming_strategy=org.hibernate.cfg.EJB3NamingStrategy
spring.jpa.hibernate.show_sql=true
spring.jpa.hibernate.format_sql=true
spring.jpa.hibernate.use_sql_comments=false
spring.jpa.hibernate.type=all
spring.jpa.hibernate.disableConnectionTracking=true
spring.jpa.hibernate.default_schema=dental
@werewolfvit
Copy link

thank you

@kanijoh
Copy link

kanijoh commented Oct 13, 2020

good

@carlosdaniiel07
Copy link

Thank you very much!

@FANMixco
Copy link

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment