Commit a97f7340 by henry

添加架构地图控制器

1 parent 052098b5
...@@ -4,6 +4,9 @@ import org.arch.base.Result; ...@@ -4,6 +4,9 @@ import org.arch.base.Result;
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;
/**
* 架构地图控制器
*/
@RestController @RestController
@RequestMapping("/analysis") @RequestMapping("/analysis")
public class ArchMapController { public class ArchMapController {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!