当前位置:网站首页>Smart doc + Torna compatible version

Smart doc + Torna compatible version

2022-06-23 23:48:00 SugarPPig

        smart-doc It's a product that supports JAVA REST API and Apache Dubbo RPC Interface document generation tool ,Torna By smart-doc An enterprise level document management system that is officially and exclusively promoted for joint research and development ,smart-doc-maven-plugin yes smart-doc Developed by the official team maven plug-in unit .

name edition
smart-doc-maven-plugin2.3.8
torna1.15.1

smart-doc.json To configure , Including unified request 、 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":" Test environment ",
  "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 picture description here

原网站

版权声明
本文为[SugarPPig]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/174/202206232050354571.html