Add configuration properties validation sample

Create a new project sample that demonstrate the usage of
@ConfigurationProperties with configurationPropertiesValidator.

Fixes gh-3513
This commit is contained in:
Lucas Saldanha
2015-07-17 02:16:52 -03:00
committed by Stephane Nicoll
parent 4596844b90
commit bf303b02f7
12 changed files with 342 additions and 1 deletions

View File

@@ -67,6 +67,7 @@
<module>spring-boot-sample-metrics-redis</module>
<module>spring-boot-sample-parent-context</module>
<module>spring-boot-sample-profile</module>
<module>spring-boot-sample-property-validation</module>
<module>spring-boot-sample-secure</module>
<module>spring-boot-sample-secure-oauth2</module>
<module>spring-boot-sample-servlet</module>