Skip to content

Commit a906425

Browse files
committed
Update 23.7.3. @ConfigurationProperties Validation.md
1 parent a09d18a commit a906425

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IV. Spring Boot features/23.7.3. @ConfigurationProperties Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ public class ConnectionSettings {
1212
```
1313
你也可以通过创建一个叫做configurationPropertiesValidator的bean来添加自定义的Spring Validator。
1414

15-
****: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)
15+
****:spring-boot-actuator模块包含一个暴露所有@ConfigurationProperties beans的端点。简单地将你的web浏览器指向/configprops或使用等效的JMX端点。具体参考[Production ready features](../V. Spring Boot Actuator/40. Endpoints.md)。

0 commit comments

Comments
 (0)