springMVC08(REST风格的“入门案例”)
摘要:
一、用REST风格,来演示"增、删、改、查"操作。 1.1:增POST 1.1.1:用PostMan测试: 增POST:代码块 @RequestMapping(value = "/users", method = RequestMethod.POST) @ResponseBody public St 阅读全文
posted @ 2022-12-15 23:37 陈嘻嘻- 阅读(22) 评论(0) 推荐(0) 编辑