Advertisement
Guest User

Untitled

a guest
May 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. spring.liquibase.change-log=classpath:/db/changelog/db.changelog-master.xml
  2. spring.datasource.url=jdbc:postgresql://localhost:5432/book_test
  3. spring.datasource.username=userbook
  4. spring.datasource.password=passbook
  5. spring.datasource.platform=postgresql
  6. spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
  7. spring.liquibase.enabled=false
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement