We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f40b9d1 commit 675655eCopy full SHA for 675655e
static-path-mapping.md
@@ -1,6 +1,6 @@
1
# Spring Boot:定制static path mappings
2
3
-在[Spring Boot:定制URL匹配规则](http://www.jianshu.com/p/02bff08fcced)一文中我们展示了如何调整URL请求匹配到对应的控制器方法的规则。类似得,也可以控制应用程序对静态文件(前提是被打包进部署包)的处理。
+在[Spring Boot:定制URL匹配规则](spring-boot-url-match.md)一文中我们展示了如何调整URL请求匹配到对应的控制器方法的规则。类似得,也可以控制应用程序对静态文件(前提是被打包进部署包)的处理。
4
5
假设我们需要通过URL`http://localhost:8080/internal/application.properties`对外暴露当前程序的配置。
6
0 commit comments