Guest User

Untitled

a guest
Feb 7th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. spring:
  2. jpa:
  3. database: mysql
  4. hibernate:
  5. ddl-auto: update
  6. datasource:
  7. url: jdbc:mysql://localhost:3306/mysql
  8. username: mysql
  9. password: somepassword
Add Comment
Please, Sign In to add comment