Guest User

Untitled

a guest
Feb 12th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. spring.datasource.url= jdbc:postgresql://localhost:5432/demo
  2. spring.datasource.username=demo
  3. spring.datasource.password=demo
  4. spring.jpa.hibernate.ddl-auto=create-drop
Add Comment
Please, Sign In to add comment