Browse Source

Change annotation from ConfigurationPropertiesScan to ConfigurationPropertiesSource

Signed-off-by: Hirotaka Kawata <kawata.hirotaka@moneyforward.co.jp>
pull/48357/head
Hirotaka Kawata 2 months ago committed by GitHub
parent
commit
a0b055992f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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