1:
@RequestMapping("/manager/category")
增加分类的注解改成上面,用下面的URL 测试返回的是404
http://localhost:8080/manager/category/add_category.do
2:
@RequestMapping("/manage/category")
注解改成上面,用下面url测试是正常的,注意两次测试的URL 是不一样的,问题原因绝对不是我URL写错了
http://localhost:8080/manage/category/add_category.do