application-doc.yml 947 B

1234567891011121314151617181920212223242526272829303132
  1. knife4j:
  2. enable: true
  3. openapi:
  4. title: 驼人基础设施功能开发文档
  5. description: 该接口文档用于开发基础功能
  6. concat: lf
  7. # url: http://192.168.100.32:7070
  8. version: V0.9
  9. license: Apache 2.0
  10. group:
  11. sys:
  12. group-name: 系统管理
  13. api-rule: package
  14. api-rule-resources:
  15. - cn.tr.module.sys
  16. - cn.tr.module.file
  17. gen:
  18. group-name: 代码生成器
  19. api-rule: package
  20. api-rule-resources:
  21. - cn.tr.module.gen.modular.basic
  22. - cn.tr.module.gen.modular.config
  23. quartz:
  24. group-name: 任务调度
  25. api-rule: package
  26. api-rule-resources:
  27. - cn.tr.module.quartz
  28. setting:
  29. enable-footer: false
  30. enable-footer-custom: true
  31. footer-custom-content: Apache License 2.0 | Copyright 2019-[驼人控股集团](https://www.tuoren.com/about/index.html)
  32. enable-response-code: false