Forked from gigenthomas/Spring : Postgres application.properties
Created
March 18, 2020 03:05
-
-
Save mohashari/37c34e2b24068115b278c295160bb9c0 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment