Advertisement
Guest User

Untitled

a guest
Mar 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. #Postgres persistence
  2. spring:
  3. datasource:
  4. url: jdbc:postgresql://localhost:5432/postgres
  5. username: postgres
  6. password: postgres
  7. platform: POSTGRESQL
  8. testWhileIdle: true
  9. validationQuery: SELECT 1
  10. jpa:
  11. show-sql: true
  12. hibernate:
  13. dialect: org.hibernate.dialect.PostgreSQLDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement