Browse Source

Merge pull request #48357 from hktechn0

* gh-48357:
  Change annotation from ConfigurationPropertiesScan to ConfigurationPropertiesSource

Closes gh-48357
pull/48366/head
Andy Wilkinson 2 weeks ago
parent
commit
2e80fe6e78
  1. 4
      documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/source/Host.kt

4
documentation/spring-boot-docs/src/main/kotlin/org/springframework/boot/docs/appendix/configurationmetadata/annotationprocessor/automaticmetadatageneration/source/Host.kt

@ -16,9 +16,9 @@ @@ -16,9 +16,9 @@
package org.springframework.boot.docs.appendix.configurationmetadata.annotationprocessor.automaticmetadatageneration.source
import org.springframework.boot.context.properties.ConfigurationPropertiesScan
import org.springframework.boot.context.properties.ConfigurationPropertiesSource
@ConfigurationPropertiesScan
@ConfigurationPropertiesSource
class Host {
/**

Loading…
Cancel
Save