Guest User

Untitled

a guest
Jun 7th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. ###
  2. # Database Settings
  3. ###
  4. spring:
  5. profiles.active: test
  6. jpa:
  7. database-platform: org.hibernate.dialect.MySQL5Dialect
  8. hibernate:
  9. ddl-auto: create-drop
  10. properties:
  11. hibernate:
  12. show_sql: false
  13. use_sql_comments: true
  14. format_sql: true
  15. datasource:
  16. url: jdbc:tc:mysql:5.7://doesntmatter/test
  17. driverClassName: org.testcontainers.jdbc.ContainerDatabaseDriver
  18. initialization-mode: always
Add Comment
Please, Sign In to add comment