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 TypeClassDescriptionclass
API Version properties for both reactive and imperative HTTP Clients.static class
class
Base class for configuration properties common to both imperative and reactive HTTP clients.class
Base class for configuration properties configureHttpClientSettings
.static class
SSL configuration. -
Uses of ConfigurationPropertiesSource in org.springframework.boot.jdbc.init
Classes in org.springframework.boot.jdbc.init with annotations of type ConfigurationPropertiesSourceModifier and TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Base 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 TypeClassDescriptionclass
Simple server-independent abstraction for compression configuration.class
Cookie properties.class
Simple server-independent abstraction for HTTP/2 configuration.class
Simple 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