Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/contact-api
  2. spring.datasource.username=postgres
  3. spring.datasource.password=postgres
  4. spring.datasource.driverClassName=org.postgresql.Driver
  5.  
  6. spring.jpa.properties.hibernate.show_sql=true
  7. spring.jpa.properties.hibernate.use_sql_comments=true
  8. spring.jpa.properties.hibernate.format_sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement