Commit 410acb68 by qiuchaofei

测试系统大图

parent 964b108a
...@@ -51,7 +51,6 @@ public class MetaDataController { ...@@ -51,7 +51,6 @@ public class MetaDataController {
*/ */
@ApiOperation(tags = "",value="获取所有的节点与关系") @ApiOperation(tags = "",value="获取所有的节点与关系")
@RequestMapping(path = "/result", method = RequestMethod.GET)
public ReturnReslult getAllNodeAndRelation() { public ReturnReslult getAllNodeAndRelation() {
logger.info("开始获取所有的节点与关系"); logger.info("开始获取所有的节点与关系");
ReturnReslult result = new ReturnReslult(); ReturnReslult result = new ReturnReslult();
...@@ -155,7 +154,9 @@ public class MetaDataController { ...@@ -155,7 +154,9 @@ public class MetaDataController {
* 返回一个系统级的大图 * 返回一个系统级的大图
*/ */
@ApiOperation(tags = "",value="系统级的大图") @ApiOperation(tags = "",value="系统级的大图")
@RequestMapping(path = "/getBigGraph", method = RequestMethod.GET) // @RequestMapping(path = "/getBigGraph", method = RequestMethod.GET)
@RequestMapping(path = "/result", method = RequestMethod.GET)
public ReturnReslult getBigGraph(){ public ReturnReslult getBigGraph(){
logger.info("开始获取系统级的大图"); logger.info("开始获取系统级的大图");
......
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