Advertisement
Guest User

Untitled

a guest
May 18th, 2016
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. spring.datasource.url = jdbc:mysql://localhost/social_anxiety_db
  2. spring.datasource.username=root
  3. spring.datasource.password=
  4. spring.datasource.driver-class-name=com.mysql.jdbc.Driver
  5. spring.datasource.max-wait=10000
  6. spring.datasource.max-active=50
  7. spring.datasource.test-on.borrow=true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement