Skip to content

Commit 28e9746

Browse files
committed
Update 41.1. Securing sensitive endpoints.md
1 parent 4c2f9dc commit 28e9746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ security.user.password=secret
99
management.security.role=SUPERUSER
1010
```
1111

12-
****:如果你不使用Spring Security,那你的HTTP端点就被公开暴露,你应该慎重考虑启用哪些端点。具体参考[Section 40.1, “Customizing endpoints”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-customizing-endpoints)
12+
****:如果你不使用Spring Security,那你的HTTP端点就被公开暴露,你应该慎重考虑启用哪些端点。具体参考[Section 40.1, “Customizing endpoints”](40.1. Customizing endpoints.md)。

0 commit comments

Comments
 (0)