Closes gh-3534
This commit is contained in:
Stephane Nicoll
2015-07-23 10:55:50 +02:00
parent bf303b02f7
commit 80754d5cc2
10 changed files with 97 additions and 133 deletions

View File

@@ -71,7 +71,7 @@
* link:spring-boot-sample-profile[spring-boot-sample-profile]
-- example showing Spring's `@profile` support
* link:spring-boot-sample-property-validation[spring-boot-sample-property-validation]
-- example showing the usage of @ConfigurationProperties` with a Spring's `Validator`
-- example showing the usage of `@ConfigurationProperties` with a Spring `Validator`
* link:spring-boot-sample-parent-context[spring-boot-sample-parent-context]
-- example showing an `ApplicationContext` with a parent
* link:spring-boot-sample-aop[spring-boot-sample-aop]