Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. rg.postgresql.util.PSQLException: ERROR: permission denied for
  2. relation food
  3.  
  4. server:
  5. applicationConnectors:
  6. - type: http
  7. port: 9000
  8. adminConnectors:
  9. - type: http
  10. port: 9001
  11. database:
  12. # the name of your JDBC driver
  13. driverClass: org.postgresql.Driver
  14.  
  15. # the username
  16. user: *********
  17.  
  18. # the password
  19. password: **********
  20. # the JDBC URL
  21. url: jdbc:postgresql://127.0.0.1:5432/tutorialdb
  22. # any properties specific to your JDBC driver:
  23. properties:
  24. charSet: UTF-8
  25. hibernate.dialect: org.hibernate.dialect.PostgreSQL82Dialect
  26. hibernate.hbm2ddl.auto: validate
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement