{"id":227777,"date":"2021-10-12T09:47:09","date_gmt":"2021-10-12T01:47:09","guid":{"rendered":"https:\/\/lrxjmw.cn\/?p=227777"},"modified":"2021-09-30T09:49:22","modified_gmt":"2021-09-30T01:49:22","slug":"spring-boot-url","status":"publish","type":"post","link":"https:\/\/lrxjmw.cn\/spring-boot-url.html","title":{"rendered":"spring boot\u8bf7\u6c42\u540e\u7f00\u5339\u914d\u7684\u64cd\u4f5c"},"content":{"rendered":"\n\n\n
\u5bfc\u8bfb<\/td>\n\u8fd9\u7bc7\u6587\u7ae0\u4e3b\u8981\u4ecb\u7ecd\u4e86spring boot \u8bf7\u6c42\u540e\u7f00\u5339\u914d\u7684\u64cd\u4f5c\uff0c\u5177\u6709\u5f88\u597d\u7684\u53c2\u8003\u4ef7\u503c\uff0c\u5e0c\u671b\u5bf9\u5927\u5bb6\u6709\u6240\u5e2e\u52a9\u3002\u5982\u6709\u9519\u8bef\u6216\u672a\u8003\u8651\u5b8c\u5168\u7684\u5730\u65b9\uff0c\u671b\u4e0d\u541d\u8d50\u6559<\/strong><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n

\"\"<\/p>\n

spring boot \u8bf7\u6c42\u540e\u7f00\u5339\u914d<\/strong><\/div>\n
spring boot \u9879\u76ee\u4e2d\u6dfb\u52a0\u8fd9\u4e2a\u7c7b<\/strong><\/span><\/div>\n

\u53ef\u4ee5\u5b9e\u73b0url\u4e0d\u540c\u540e\u7f00\u533a\u5206\u4e86<\/p>\n

\r\npublic class UrlMatchConfig extends WebMvcConfigurationSupport {\r\n    @Override\r\n    public void configurePathMatch(PathMatchConfigurer configurer) {\r\n        \/\/setUseSuffixPatternMatch \u540e\u7f00\u6a21\u5f0f\u5339\u914d\r\n        configurer.setUseSuffixPatternMatch(true);\r\n        \/\/setUseTrailingSlashMatch \u81ea\u52a8\u540e\u7f00\u8def\u5f84\u6a21\u5f0f\u5339\u914d\r\n        configurer.setUseTrailingSlashMatch(true);\r\n    }\r\n}\r\n<\/pre>\n
spring boot \u5f00\u542f\u540e\u7f00\u5339\u914d\u6a21\u5f0f<\/strong><\/div>\n
\u9879\u76ee\u539f\u6709Java\u914d\u7f6e\u4e3a\u7ee7\u627f WebMvcConfigurationSupport<\/strong><\/span><\/div>\n
\r\nWebMvcConfigurationSupport#requestMappingHandlerMapping\r\n<\/pre>\n

\u9ed8\u8ba4\u5f00\u542f\u540e\u7f00\u5339\u914d<\/p>\n

\r\nmapping.setUseSuffixPatternMatch(useSuffixPatternMatch)\r\n<\/pre>\n

\u540e\u6765\u9879\u76ee\u6846\u67b6\u8c03\u6574\uff0c\u6709\u4f4d\u540c\u5b66\u6539\u4e3a implements WebMvcConfigurer,\u4f46\u8be5\u7c7b\u6ca1\u6709\u7f3a\u7701\u914d\u7f6e\uff0c\u6545\u5f00\u542f<\/p>\n

\r\n@Override\r\npublic void configurePathMatch(PathMatchConfigurer configurer) {\r\n    configurer.setUseSuffixPatternMatch(true);\r\n}\r\n<\/pre>\n
\u5f00\u542f\u540e\u7f00\u5339\u914d\u540e<\/strong><\/span><\/div>\n

\u8def\u5f84\/\u53c2\u6570\u6709[.] \u7b26\u53f7\u88ab\u8fc7\u6ee4\u6389\u65f6\u914d\u7f6e [:.+]<\/p>\n

\r\n@GetMapping(value = \"\/path\/{param:.+}\")\r\n<\/pre>\n

other\uff1a<\/p>\n

\r\napplication.xml \u914d\u7f6e\u6587\u4ef6\u53ef\u914d\u7f6e\u4e3a spring.mvc.pathmatch.use-suffix-pattern=true\r\n<\/pre>\n

\u4ee5\u4e0a\u4e3a\u4e2a\u4eba\u7ecf\u9a8c\uff0c\u5e0c\u671b\u80fd\u7ed9\u5927\u5bb6\u4e00\u4e2a\u53c2\u8003<\/p>\n","protected":false},"excerpt":{"rendered":"

\u53ef\u4ee5\u5b9e\u73b0url\u4e0d\u540c\u540e\u7f00\u533a\u5206\u4e86 public class UrlMatchConfig extends WebM […]<\/p>\n","protected":false},"author":668,"featured_media":227779,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-227777","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/227777","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/668"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=227777"}],"version-history":[{"count":3,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/227777\/revisions"}],"predecessor-version":[{"id":227783,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/227777\/revisions\/227783"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/227779"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=227777"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=227777"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=227777"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}