From 28e97468a2a6cce8486a7aff4a07be5cf1cdd72c Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 31 May 2015 00:00:10 +0800 Subject: [PATCH] Update 41.1. Securing sensitive endpoints.md --- V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md b/V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md index f8ab2a0..a05e380 100644 --- a/V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md +++ b/V. Spring Boot Actuator/41.1. Securing sensitive endpoints.md @@ -9,4 +9,4 @@ security.user.password=secret management.security.role=SUPERUSER ``` -**注**:如果你不使用Spring Security,那你的HTTP端点就被公开暴露,你应该慎重考虑启用哪些端点。具体参考[Section 40.1, “Customizing endpoints”](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-customizing-endpoints)。 +**注**:如果你不使用Spring Security,那你的HTTP端点就被公开暴露,你应该慎重考虑启用哪些端点。具体参考[Section 40.1, “Customizing endpoints”](40.1. Customizing endpoints.md)。