Skip to content

Commit 675655e

Browse files
committed
Update static-path-mapping.md
1 parent f40b9d1 commit 675655e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static-path-mapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Spring Boot:定制static path mappings
22

3-
[Spring Boot:定制URL匹配规则](http://www.jianshu.com/p/02bff08fcced)一文中我们展示了如何调整URL请求匹配到对应的控制器方法的规则。类似得,也可以控制应用程序对静态文件(前提是被打包进部署包)的处理。
3+
[Spring Boot:定制URL匹配规则](spring-boot-url-match.md)一文中我们展示了如何调整URL请求匹配到对应的控制器方法的规则。类似得,也可以控制应用程序对静态文件(前提是被打包进部署包)的处理。
44

55
假设我们需要通过URL`http://localhost:8080/internal/application.properties`对外暴露当前程序的配置。
66

0 commit comments

Comments
 (0)