Uses of Annotation Interface
org.springframework.boot.context.properties.ConfigurationPropertiesSource
Packages that use ConfigurationPropertiesSource
Package
Description
Auto-configuration for client-side HTTP.
Support for initialization of an SQL database using a JDBC
DataSource.Base properties and adapters used when exporting actuator metrics.
Support for embedded web servers.
Servlet web server abstractions.
-
Uses of ConfigurationPropertiesSource in org.springframework.boot.http.client.autoconfigure
Classes in org.springframework.boot.http.client.autoconfigure with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassAPI Version properties for both reactive and imperative HTTP Clients.static classclassBase class for configuration properties common to both imperative and reactive HTTP clients.classBase class for configuration properties configureHttpClientSettings.static classSSL configuration. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.jdbc.init
Classes in org.springframework.boot.jdbc.init with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassBase configuration properties class for performing SQL database initialization. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.properties with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassBase class for properties that configure a metrics registry that pushes aggregated metrics on a regular interval. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.web.server
Classes in org.springframework.boot.web.server with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclassSimple server-independent abstraction for compression configuration.classCookie properties.classSimple server-independent abstraction for HTTP/2 configuration.classSimple server-independent abstraction for SSL configuration. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.web.server.servlet
Classes in org.springframework.boot.web.server.servlet with annotations of type ConfigurationPropertiesSource