Update 23.7.3. @ConfigurationProperties Validation.md
parent
a09d18aba9
commit
a9064253b1
|
@ -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)。
|
||||||
|
|
Loading…
Reference in New Issue