|
@@ -4,6 +4,7 @@ import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.transaction.annotation.Transactional;
|
|
|
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 com.baomidou.mybatisplus.core.metadata.IPage;
|
|
@@ -24,8 +25,8 @@ import io.swagger.annotations.ApiOperation;
|
|
|
* @author zhoutg
|
|
|
* @since 2019-08-08
|
|
|
*/
|
|
|
-
|
|
|
-@RestController("/diagnoseQuestion")
|
|
|
+@RestController
|
|
|
+@RequestMapping("/diagnoseQuestion")
|
|
|
@Api(value = "知识库标准化-问题词数据维护相关API[by:wangfeng]", tags = { "知识库标准化-问题词数据维护相关API——WF" })
|
|
|
public class DiagnoseQuestionController {
|
|
|
|