Guest User

Untitled

a guest
Apr 2nd, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. spring:
  2. datasource:
  3. url: jdbc:mysql://<IP>:<PORT>/<DB>
  4. username: <username>
  5. password: <pwd>
  6. driver-class-name: <db_driver> (e.g. com.mysql.jdbc.Driver)
  7.  
  8. jpa:
  9. database-platform: <db_dialect> (e.g org.hibernate.dialect.MySQL5Dialect)
Add Comment
Please, Sign In to add comment