Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. spring:
  2. profiles:
  3. active: dev
  4. devtools:
  5. restart:
  6. enabled: true
  7. livereload:
  8. enabled: false # we use Grunt + BrowserSync for livereload
  9. datasource:
  10. driver-class-name: org.h2.jdbcx.JdbcDataSource
  11. url: jdbc:h2:file:./target/h2db/db/healthyfood;DB_CLOSE_DELAY=-1
  12. name:
  13. username:
  14. password:
  15. h2:
  16. console.enabled: true
  17. console.path: /h2-console
  18. jpa:
  19. database-platform: de.pwe.domain.util.FixedH2Dialect
  20. database: H2
  21. show_sql: true
  22. properties:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement