Commit ad8e847a by henry

添加综合分析控制器

1 parent d9c57744
package org.arch.analysis.controller; package org.arch.analysis.controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
@RestController
@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!