application.properties 591 B

1234567891011121314151617
  1. ########################################################
  2. ###PageOffice
  3. ########################################################
  4. posyspath=d:/bak/
  5. popassword=111111
  6. ########################################################
  7. ###THYMELEAF (ThymeleafAutoConfiguration)
  8. ########################################################
  9. spring.thymeleaf.prefix=classpath:/templates/
  10. spring.thymeleaf.suffix=.html
  11. #spring.thymeleaf.mode=HTML5
  12. #spring.thymeleaf.encoding=UTF-8
  13. # ;charset=<encoding> is added
  14. #spring.thymeleaf.content-type=text/html
  15. # set to false for hot refresh
  16. spring.thymeleaf.cache=false