发表于: 2017-10-12 23:42:40
1 762
今天完成的任务
用rest完成增删改查
遇到错误
HTTP Status 500 - Request processing failed; nested exception is java.lang.IllegalStateException: Ambiguous handler methods mapped for HTTP path 'http://localhost/list': {public java.lang.String com.task.controller.CategoryController.getCategory(com.task.units.Page,org.springframework.ui.Model), public java.lang.String com.task.controller.CategoryController.addCategory(com.task.model.Category,org.springframework.ui.Model)}
仍在查找如何出错的
评论