package com.highdatas.mdm.controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; /** *
* 前端控制器 *
* * @author kimi * @since 2019-12-16 */ @RestController @RequestMapping("/flows") public class FlowsController { }