提交 f3bd7fd5 authored 作者: 黄夏豪's avatar 黄夏豪

[工作流模块] 补充Swagger的tag

上级 01e08903
...@@ -27,7 +27,7 @@ import java.io.FileNotFoundException; ...@@ -27,7 +27,7 @@ import java.io.FileNotFoundException;
* @Author: zsp * @Author: zsp
*/ */
@RestController @RestController
@Api("流程管理接口") @Api(tags = "流程管理接口")
@RequestMapping("/flowsInfo") @RequestMapping("/flowsInfo")
public class FlowsInfoController { public class FlowsInfoController {
......
...@@ -26,7 +26,7 @@ import java.util.List; ...@@ -26,7 +26,7 @@ import java.util.List;
*/ */
@RestController() @RestController()
@RequestMapping("/formPage") @RequestMapping("/formPage")
@Api("页面管理接口") @Api(tags = "页面管理接口")
public class FormPageController { public class FormPageController {
@Autowired @Autowired
......
...@@ -22,7 +22,7 @@ import java.util.Map; ...@@ -22,7 +22,7 @@ import java.util.Map;
* *
* @Author: zsp * @Author: zsp
*/ */
@Api("工作流管理接口") @Api(tags = "工作流管理接口")
@RestController @RestController
@RequestMapping("/workFlow") @RequestMapping("/workFlow")
public class WorkFlowController { public class WorkFlowController {
......
...@@ -63,7 +63,6 @@ public class ProcessEndListener extends AbstractFlowableEngineEventListener { ...@@ -63,7 +63,6 @@ public class ProcessEndListener extends AbstractFlowableEngineEventListener {
getApiInvokeParam(variableInfo); getApiInvokeParam(variableInfo);
} }
} }
// throw new ApiException("强行报错"); // throw new ApiException("强行报错");
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论