Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll 2018-04-25 17:20:30 +02:00
commit 25414d1b58
1 changed files with 5 additions and 0 deletions

View File

@ -7773,6 +7773,11 @@ class KotlinExampleProperties {
}
----
TIP: To generate
<<appendix-configuration-metadata#configuration-metadata-annotation-processor,your own
metadata>> using the annotation processor, {kotlin-documentation}kapt.html[`kapt` should
be configured] with the `spring-boot-configuration-processor` dependency.
[[boot-features-kotlin-testing]]
=== Testing