Advertisement
Guest User

Untitled

a guest
Feb 24th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. application.mode=dev
  2. %prod.application.mode=prod
  3.  
  4. jpa.ddl=update
  5.  
  6. db.url=jdbc:mysql://<ipaddress>:3306/<database>?useUnicode=false&characterEncoding=ISO-8859-1&connectionCollation=utf8_swedish_ci
  7. db.driver=com.mysql.jdbc.Driver
  8. db.user=<user>
  9. db.pass=<password>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement