Advertisement
Guest User

Untitled

a guest
Mar 22nd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. ---
  2. spring:
  3. profiles: deploy-db
  4. datasource:
  5. url: jdbc:mysql://db:3306/dv?createDatabaseIfNotExist=true&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8&allowMultiQueries=true&useSSL=false
  6. driver-class-name: com.mysql.cj.jdbc.Driver
  7. username: root
  8. password: password
  9. jpa:
  10. hibernate:
  11. ddl-auto: create
  12. properties:
  13. hibernate:
  14. dialect: org.hibernate.dialect.MySQL5InnoDBDialect
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement