Advertisement
Guest User

Untitled

a guest
Apr 27th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. spring.datasource.initialize=true
  2. spring.datasource.driverClassName=org.postgresql.Driver
  3. spring.datasource.username=postgres
  4. spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
  5. spring.jpa.show-sql=true
  6. spring.datasource.password=password
  7. spring.jpa.generate-ddl=true
  8. spring.datasource.url=jdbc:postgresql://localhost:5432/dare
  9. spring.datasource.schema=ftd_flight
  10. spring.jpa.hibernate.ddl-auto=create-drop
  11. spring.jpa.properties.hibernate.default_schema=ftd_flight
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement