|
@@ -4,6 +4,7 @@ package com.diagbot.web;
|
|
|
import io.swagger.annotations.Api;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
/**
|
|
|
* <p>
|
|
@@ -17,6 +18,8 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@RequestMapping("/conceptDetail")
|
|
|
@Api(value = "静态知识内容相关API", tags = { "静态知识内容相关API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
+@ApiIgnore
|
|
|
+@Deprecated
|
|
|
public class ConceptDetailController {
|
|
|
|
|
|
}
|