smart-doc + Torna compatible version

        smart-docIt is a tool that supports JAVA REST API and Apache Dubbo RPC interface document generation at the same time. TornaIt is an enterprise-level document management system exclusively promoted and jointly developed by smart-doc official team. It smart-doc-maven-pluginis a maven plug-in developed by smart-doc official team.

name Version
smart-doc-maven-plugin 2.4.7
become 1.15.1

smart-doc.jsonConfiguration, including unified request and return processing:

{
  "serverUrl": "http://127.0.0.1",
  "isStrict": false,
  "outPath": "",
  "packageFilters": "",
  "projectName": "smart-doc",
  "appToken": "*****************",
  "openUrl": "http://127.0.0.1:7700/api",
  "debugEnvName":"测试环境",
  "replace": true,
  "debugEnvUrl":"http://127.0.0.1",
  "language": "CHINESE",
  "responseBodyAdvice": {
    "className": "com.test.util.Result"
  },
  "requestHeaders": [{
    "name": "token",
    "type": "string",
    "desc": "desc",
    "required": true,
    "since": "-"
  }]
}

Effect:
insert image description here

Guess you like

Origin blog.csdn.net/ChinaLiaoTian/article/details/125404104