Guest User

Untitled

a guest
Feb 2nd, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #tymeleaf
  2. spring.thymeleaf.cache=false
  3. spring.thymeleaf.enabled=true
  4. spring.thymeleaf.prefix=classpath:/templates/
  5. spring.thymeleaf.suffix=.html
  6. spring.application.name=Bootstrap Spring Boot
  7.  
  8. #h2
  9. spring.datasource.driver-class-name=org.h2.Driver
  10. spring.datasource.url=jdbc:h2:mem:bootapp;DB_CLOSE_DELAY=-1
  11. spring.datasource.username=sa
  12. spring.datasource.password=
Add Comment
Please, Sign In to add comment