|
@@ -12,6 +12,7 @@ import org.springframework.web.bind.annotation.PostMapping;
|
|
|
import org.springframework.web.bind.annotation.RequestBody;
|
|
|
import org.springframework.web.bind.annotation.RequestMapping;
|
|
|
import org.springframework.web.bind.annotation.RestController;
|
|
|
+import springfox.documentation.annotations.ApiIgnore;
|
|
|
|
|
|
/**
|
|
|
* @Description: 朗通知识图谱控制层
|
|
@@ -23,6 +24,7 @@ import org.springframework.web.bind.annotation.RestController;
|
|
|
@Api(value = "朗通知识图谱API", tags = { "朗通知识图谱API" })
|
|
|
@SuppressWarnings("unchecked")
|
|
|
@Slf4j
|
|
|
+@ApiIgnore
|
|
|
public class KgController {
|
|
|
|
|
|
@Autowired
|