application.properties 393 B

123456789101112131415
  1. spring.application.name=ssj-sys-web
  2. server.port=8080
  3. logger.level=info
  4. spring.profiles.active=common,@activatedProperties@
  5. spring.mvc.static-path-pattern=/static/**
  6. spring.thymeleaf.prefix=classpath:/templates/
  7. spring.thymeleaf.suffix=.html
  8. spring.thymeleaf.mode=HTML5
  9. spring.thymeleaf.encoding=UTF-8
  10. spring.thymeleaf.servlet.content-type=text/html
  11. spring.thymeleaf.cash=false
  12. debug=true