smart-doc.json 698 B

12345678910111213141516171819202122232425262728
  1. {
  2. "serverUrl": "http://192.168.161.34:8089/ihotel",
  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":"2022-07-27 09:50:00",
  15. "status": "创建文档",
  16. "author": "codingliang",
  17. "remarks": "初始化接口文档"
  18. }
  19. ],
  20. "errorCodeDictionaries": [
  21. {
  22. "title": "业务异常代码",
  23. "enumClassName": "com.chuanghai.ihotel.common.exception.BizCodeEnume",
  24. "codeField": "code",
  25. "descField": "msg"
  26. }
  27. ]
  28. }