Created
July 22, 2019 11:53
-
-
Save KiryhaPikoff/8fd4d8ed480dddc38bd14ffc96c528f2 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://127.0.0.1:5432/hosp | |
spring.datasource.username=postgres | |
spring.datasource.password=Pikoff | |
spring.datasource.driver-class-name=org.postgresql.Driver | |
spring.flyway.schemas=myschema | |
spring.jpa.properties.hibernate.dialect: org.hibernate.dialect.PostgreSQL95Dialect | |
spring.jpa.properties.hibernate.connection.driver_class: org.postgresql.Driver | |
spring.jpa.show-sql=true | |
spring.jpa.properties.hibernate.temp.use_jdbc_metadata_defaults: false | |
spring.jpa.properties.hibernate.generateDll:false | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment