Advertisement
Guest User

Untitled

a guest
Aug 9th, 2018
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. spring.datasource.url=jdbc:postgresql://localhost:5432/games
  2. spring.datasource.driver-class-name=org.postgresql.Driver
  3. spring.datasource.username=
  4. spring.datasource.password=
  5. spring.jpa.hibernate.ddl-auto=create-drop
  6. spring.jpa.show-sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement