Guest User

Untitled

a guest
Dec 3rd, 2018
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. spring:
  2. datasource:
  3. url: jdbc:h2:~/.testdb/apicore;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=TRUE
  4. driverClassName: org.h2.Driver
  5. username: sa
  6. password:
  7. h2.console:
  8. enabled: true
  9. path: /h2-console
  10. spring.jpa:
  11. hibernate.ddl-auto: create-drop
  12. database: H2
  13. properties.hibernate.format_sql: true
  14. properties.hibernate.use_sql_comments: true
  15. properties.hibernate.show_sql: true
  16. show_sql: true
Add Comment
Please, Sign In to add comment