smart-doc.json 485 B

1234567891011121314151617181920
  1. {
  2. "serverUrl": "http://localhost:8888/reporting",
  3. "isStrict": false,
  4. "allInOne": true,
  5. "outPath": "./src/main/resources/static/doc",
  6. "coverOld": true,
  7. "style": "zenburn",
  8. "createDebugPage": false,
  9. "projectName": "合作伙伴商机报备",
  10. "inlineEnum": true,
  11. "revisionLogs": [
  12. {
  13. "version": "0.0.1",
  14. "revisionTime":"2023-03-06 17:25:00",
  15. "status": "创建文档",
  16. "author": "浮生",
  17. "remarks": "初始化接口文档"
  18. }
  19. ]
  20. }