Advertisement
Guest User

Untitled

a guest
Sep 11th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. spring.jpa.hibernate.ddl-auto=update
  2. spring.datasource.url=jdbc:mysql://localhost:3306/1books?useSSL=false
  3. spring.datasource.username=root
  4. spring.datasource.password=root
  5. spring.jpa.show-sql=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement