Update 23.7.3. @ConfigurationProperties Validation.md

master
qibaoguang 2015-05-18 16:59:59 +08:00
parent a09d18aba9
commit a9064253b1
1 changed files with 1 additions and 1 deletions

View File

@ -12,4 +12,4 @@ public class ConnectionSettings {
``` ```
你也可以通过创建一个叫做configurationPropertiesValidator的bean来添加自定义的Spring Validator。 你也可以通过创建一个叫做configurationPropertiesValidator的bean来添加自定义的Spring Validator。
**注**spring-boot-actuator模块包含一个暴露所有@ConfigurationProperties beans的端点。简单地将你的web浏览器指向/configprops或使用等效的JMX端点。具体参考[Production ready features](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#production-ready-endpoints)。 **注**spring-boot-actuator模块包含一个暴露所有@ConfigurationProperties beans的端点。简单地将你的web浏览器指向/configprops或使用等效的JMX端点。具体参考[Production ready features](../V. Spring Boot Actuator/40. Endpoints.md)。