Advertisement
Guest User

Untitled

a guest
Mar 8th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. spring.jpa.show-sql=true
  2. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  3. spring.datasource.url=jdbc:mysql://localhost:3306/jusju
  4. spring.datasource.username=jusju
  5. spring.datasource.password=zyMUbR82p
  6. spring.jpa.hibernate.ddl-auto=create-drop
  7. spring.data.rest.base-path=/api
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement