Created
October 17, 2015 15:57
-
-
Save gigenthomas/c67b68455699f373e55d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
thank you
good
Thank you very much!
Thank you!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nice