Commit d70b4ece by guominglei

插件端保存工作流修改

parent ea296dda
package com.byit.api; package com.byit.api;
import com.byit.job.dto.plugin.PluginPackage;
import com.byit.service.ApiFlowService; import com.byit.service.ApiFlowService;
import io.swagger.annotations.Api; import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiOperation;
import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController; import org.springframework.web.bind.annotation.RestController;
...@@ -16,7 +14,7 @@ import javax.annotation.Resource; ...@@ -16,7 +14,7 @@ import javax.annotation.Resource;
* @author: gml * @author: gml
* @create: 2019-12-30 14:20 * @create: 2019-12-30 14:20
*/ */
@Api(description = "工作流api") @Api(tags = "工作流api")
@RestController @RestController
@RequestMapping("api/flow") @RequestMapping("api/flow")
public class ApiFlowController { public class ApiFlowController {
......
...@@ -14,7 +14,7 @@ import javax.annotation.Resource; ...@@ -14,7 +14,7 @@ import javax.annotation.Resource;
* @author: gml * @author: gml
* @create: 2019-12-31 11:19 * @create: 2019-12-31 11:19
*/ */
@Api(description = "工作空间api") @Api(tags = "工作空间api")
@RestController @RestController
@RequestMapping("api/workspace") @RequestMapping("api/workspace")
public class ApiWorkspaceController { public class ApiWorkspaceController {
......
...@@ -18,7 +18,7 @@ import java.util.List; ...@@ -18,7 +18,7 @@ import java.util.List;
* @author: gml * @author: gml
* @create: 2019-12-23 15:25 * @create: 2019-12-23 15:25
*/ */
@Api(description = "工作流") @Api(tags = "工作流")
@RestController @RestController
@RequestMapping("flow") @RequestMapping("flow")
public class FlowController { public class FlowController {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment