{"id":340,"date":"2024-07-19T22:34:35","date_gmt":"2024-07-19T14:34:35","guid":{"rendered":"https:\/\/forelink.top\/?p=340"},"modified":"2024-07-19T22:34:36","modified_gmt":"2024-07-19T14:34:36","slug":"springmvc%e8%af%b7%e6%b1%82%e8%b7%af%e5%be%84%e6%98%a0%e5%b0%84","status":"publish","type":"post","link":"https:\/\/forelink.top\/index.php\/2024\/07\/19\/springmvc%e8%af%b7%e6%b1%82%e8%b7%af%e5%be%84%e6%98%a0%e5%b0%84\/","title":{"rendered":"SpringMVC\u8bf7\u6c42\u8def\u5f84\u6620\u5c04"},"content":{"rendered":"\n<h1 class=\"wp-block-heading\" id=\"\u8bf7\u6c42\u8def\u5f84\">\u8bf7\u6c42\u8def\u5f84<\/h1>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"\u5b9e\u73b0\u65b9\u6cd5\uff1a\">\u5b9e\u73b0\u65b9\u6cd5\uff1a<\/h2>\n\n\n\n<p>\u200b    \u5728Controller\u4e0a\u52a0\u5165@RequestMapping\u6ce8\u89e3\u5b9e\u73b0<\/p>\n\n\n\n<p>\u200b    \u5177\u4f53\u4f7f\u7528\u65b9\u6cd5\uff1a<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>@Controller\n@RequestMapping(\"\/book\")\npublic class BookController {\n    @RequestMapping(\"\/save\")\n    @ResponseBody\n    public String save(){\n        System.out.println(\"Book save ...\");\n        return \"{'module':'book save'}\";\n    }\n    @RequestMapping(\"\/delete\")\n    @ResponseBody\n    public String delete(){\n        System.out.println(\"Book delete ...\");\n        return \"{'module':'book delete'}\";\n    }\n}\n<\/code><\/pre>\n\n\n\n<p>\u7528\u6d4f\u89c8\u56681localhost:8080\/book\/delete \u53ef\u4ee5\u6b63\u5e38\u8c03\u7528\u8be5\u65b9\u6cd5<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u8bf7\u6c42\u8def\u5f84 \u5b9e\u73b0\u65b9\u6cd5\uff1a \u200b \u5728Controller\u4e0a\u52a0\u5165@RequestMapping\u6ce8\u89e3\u5b9e\u73b0 \u200b \u5177\u4f53\u4f7f\u7528\u65b9\u6cd5 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_import_markdown_pro_load_document_selector":0,"_import_markdown_pro_submit_text_textarea":"","footnotes":""},"categories":[28,17],"tags":[],"class_list":["post-340","post","type-post","status-publish","format-standard","hentry","category-spring","category-17"],"_links":{"self":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/340","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/comments?post=340"}],"version-history":[{"count":1,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/340\/revisions"}],"predecessor-version":[{"id":341,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/posts\/340\/revisions\/341"}],"wp:attachment":[{"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/media?parent=340"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/categories?post=340"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/forelink.top\/index.php\/wp-json\/wp\/v2\/tags?post=340"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}