Update 41.1. Securing sensitive endpoints.md

master
qibaoguang 2015-05-31 00:00:10 +08:00
parent 4c2f9dc5cf
commit 28e97468a2
1 changed files with 1 additions and 1 deletions

View File

@ -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)。