| 12345678910111213141516171819202122232425262728 |
- knife4j:
- enable: true
- openapi:
- title: 驼人基础设施功能开发文档
- description: 该接口文档用于开发基础功能
- concat: lf
- # url: http://192.168.100.32:7070
- version: V0.9
- license: Apache 2.0
- group:
- sys:
- group-name: 系统管理
- api-rule: package
- api-rule-resources:
- - cn.tr.module.sys
- - cn.tr.module.file
- gen:
- group-name: 代码生成器
- api-rule: package
- api-rule-resources:
- - cn.tr.module.gen.modular.basic
- - cn.tr.module.gen.modular.config
- setting:
- enable-footer: false
- enable-footer-custom: true
- footer-custom-content: Apache License 2.0 | Copyright 2019-[驼人控股集团](https://www.tuoren.com/about/index.html)
- enable-response-code: false
|