application.yml 569 B

12345678910111213141516171819202122232425262728293031
  1. #spring:
  2. # profiles:
  3. # active: dev
  4. # servlet:
  5. # multipart:
  6. # enabled: true
  7. # max-file-size: 20MB
  8. # max-request-size: 200MB
  9. server:
  10. port: 8084
  11. #log配置
  12. logging:
  13. file:
  14. name: printServer
  15. path: ./logs
  16. config: classpath:logback-spring.xml
  17. level:
  18. root: info
  19. logback:
  20. rollingpolicy:
  21. max-history: 30
  22. max-file-size: 10MB
  23. data:
  24. app:
  25. # 程序应用版本
  26. # @变量名@ 读取pom.xml中的值
  27. version: @project.version@
  28. lable:
  29. title: "EI Auto Print"
  30. exit: "退出"
  31. setting: "配置"