You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
783 B

  1. spring:
  2. jackson:
  3. # date-format: yyyy-MM-dd HH:mm:ss
  4. time-zone: GMT+8
  5. servlet:
  6. multipart:
  7. max-file-size: 10MB
  8. max-request-size: 100MB
  9. profiles:
  10. active: dev
  11. freemarker:
  12. suffix: .ftl
  13. #template-loader-path: '${user.dir}/templates' #外部页面设置
  14. settings:
  15. number_format: '0.##' #格式化数字, 无小数
  16. #项目配置
  17. project:
  18. title: 旭捷-ERP #项目标题
  19. name: xjfast #项目名称
  20. mybatis-plus:
  21. # configuration:
  22. # log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  23. global-config:
  24. db-config:
  25. db-column-underline: true
  26. mapper-locations: classpath:mapper/*.xml,file:mapper/*.xml
  27. logging:
  28. level:
  29. com.xjfast.mapper: debug
  30. # 文件上传地址
  31. file:
  32. information:
  33. path: D:/FTP文件