Uses of Annotation Interface
org.springframework.boot.context.properties.ConfigurationProperties
Packages that use ConfigurationProperties
Package
Description
Auto-configuration for ActiveMQ.
Auto-configuration for actuator property concerns.
Actuator JMX endpoint auto-configuration.
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for actuator Spring Environment concerns.
Auto-configuration for actuator info concerns.
Auto-configuration for actuator logging concerns.
Auto-configuration for actuator HTTP exchanges.
Actuator web server support.
Actuator support for SBOMs.
Auto-configuration for RabbitMQ.
Auto-configuration for Artemis.
Auto-configuration for the Spring context.
Auto-configuration for project information.
Auto-configuration for JMX.
Auto-configuration for SSL bundles.
Auto-configuration for task execution and scheduling.
Auto-configuration for common web concerns.
Auto-configuration for Spring Batch.
Auto-configuration for Spring Batch JDBC.
Auto-configuration for the cache abstraction.
Auto-configuration for Cassandra.
Support for external configuration properties.
Auto-configuration for Couchbase.
Auto-configuration for Spring Data repository metrics.
Auto-configuration for Spring Data web.
Auto-configuration for Spring Data Couchbase.
Auto-configuration for Spring Data JDBC.
Auto-configuration for Spring Data MongoDB.
Auto-configuration for Spring Data Neo4j.
Auto-configuration for Spring Data Redis.
Auto-configuration for Spring Data REST.
Auto-configuration for
spring-boot-devtools.Lifecycle management for Docker Compose with the context of a Spring application.
Auto-configuration for Elasticsearch client.
Auto-configuration for Flyway.
Auto-configuration for FreeMarker.
Auto-configuration for Spring GraphQL.
Auto-configuration for Groovy templates.
Auto-configuration for GSON.
Auto-configuration for H2's Console.
Auto-configuration for Spring HATEOAS.
Auto-configuration for Hazelcast.
Auto-configuration for health actuator endpoints.
Auto-configuration for JPA and Spring ORM.
Auto-configuration for client-side HTTP.
Auto-configuration for client-side imperative HTTP.
Auto-configuration for client-side reactive HTTP.
Auto-configuration support classes for HTTP Service Clients.
Auto-configuration for HTTP codecs.
Auto-configuration for HTTP converters.
Auto-configuration for Spring Integration.
Auto-configuration for Jackson.
Auto-configuration for Jackson 2.
Auto-configuration for JDBC.
Auto-configuration for JDBC health.
Auto-configuration for Jersey.
Auto-configuration for Jetty.
Auto-configuration for Jetty actuator web concerns.
Auto-configuration for JMS.
Auto-configuration for jOOQ.
Base Auto-configuration for JPA and Spring ORM.
Auto-configuration for Apache Kafka.
Auto-configuration for Kotlinx Serialization JSON.
Auto-configuration for LDAP.
Auto-configuration for embedded LDAP.
Auto-configuration for Liquibase.
Auto-configuration for email support.
Auto-configuration for metrics with Micrometer.
Support for exporting actuator metrics to AppOptics.
Support for exporting actuator metrics to Atlas.
Support for exporting actuator metrics to Datadog.
Support for exporting actuator metrics to Dynatrace.
Support for exporting actuator metrics to Elastic.
Support for exporting actuator metrics to Ganglia.
Support for exporting actuator metrics to Graphite.
Support for exporting actuator metrics to Humio.
Support for exporting actuator metrics to InfluxDB.
Support for exporting actuator metrics to JMX.
Support for exporting actuator metrics to KairosDB.
Support for exporting actuator metrics to New Relic.
Support for exporting actuator metrics to OTLP.
Support for exporting actuator metrics to Prometheus.
Support for exporting actuator metrics to a simple in-memory store.
Support for exporting actuator metrics to Stackdriver.
Support for exporting actuator metrics to StatsD.
Auto-configuration for Micrometer Observation.
Auto-configuration for Micrometer Tracing.
Auto-configuration for Micrometer Tracing with Brave.
Auto-configuration for Micrometer Tracing with OpenTelemetry.
Auto-configuration for exporting traces with OTLP.
Auto-configuration for MongoDB.
Auto-configuration for Mustache.
Auto-configuration for Neo4j.
Auto-configuration for the Netty library.
Auto-configuration for OpenTelemetry.
Auto-configuration for exporting logs with OpenTelemetry via OTLP.
Auto-configuration for Spring for Apache Pulsar.
Auto-configuration for Quartz Scheduler.
Auto-Configuration for R2DBC.
Auto-Configuration for R2DBC observations.
Auto-configuration for Reactor.
Auto-configuration for Reactor Netty.
Auto-configuration for tests using Spring REST Docs.
Auto-configuration for RSocket.
Auto-configuration for Spring Security.
Auto-configuration for Servlet-based Spring Security.
Support for Spring Security's OAuth 2 client.
Auto-configuration for Spring Security's OAuth2 authorization server.
Support for Spring Security's OAuth2 resource server.
Auto-configuration for Spring Security's SAML 2.0.
Auto-configuration for SendGrid.
Auto-configuration for application support of the
jakarta.servlet
specification.Auto-configuration for Spring Session.
Auto-configuration for Spring Session Data Redis.
Auto-configuration for Spring Session JDBC.
Auto-configuration for basic script-based initialization of an SQL database.
Auto-configuration for Thymeleaf.
Classes related to the auto-configuration of a servlet or reactive web server using
Tomcat.
Auto-configuration for Tomcat actuator web concerns.
Auto-configuration for transaction support.
Classes related to the auto-configuration of a web server.
Auto-configuration for reactive web servers and Spring WebFlux.
Auto-configuration for Spring MVC.
Auto-configuration for Spring Web Services.
Auto-configuration for Zipkin.
-
Uses of ConfigurationProperties in org.springframework.boot.activemq.autoconfigure
Classes in org.springframework.boot.activemq.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.context.properties
Classes in org.springframework.boot.actuate.autoconfigure.context.properties with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties forConfigurationPropertiesReportEndpoint. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.endpoint.jmx
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.jmx with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for JMX export of endpoints. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.endpoint.web
Classes in org.springframework.boot.actuate.autoconfigure.endpoint.web with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for web endpoints' CORS support.classConfiguration properties for web management endpoints. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.env
Classes in org.springframework.boot.actuate.autoconfigure.env with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.info
Classes in org.springframework.boot.actuate.autoconfigure.info with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for core info contributors. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.logging
Classes in org.springframework.boot.actuate.autoconfigure.logging with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.web.exchanges
Classes in org.springframework.boot.actuate.autoconfigure.web.exchanges with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for recording HTTP exchanges. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.autoconfigure.web.server
Classes in org.springframework.boot.actuate.autoconfigure.web.server with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties for the management server (e.g. -
Uses of ConfigurationProperties in org.springframework.boot.actuate.sbom
Classes in org.springframework.boot.actuate.sbom with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for the SBOM endpoint. -
Uses of ConfigurationProperties in org.springframework.boot.amqp.autoconfigure
Classes in org.springframework.boot.amqp.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.artemis.autoconfigure
Classes in org.springframework.boot.artemis.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.context
Classes in org.springframework.boot.autoconfigure.context with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for lifecycle processing.classConfiguration properties for Message Source. -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.info
Classes in org.springframework.boot.autoconfigure.info with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for project information. -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.jmx
Classes in org.springframework.boot.autoconfigure.jmx with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.ssl
Classes in org.springframework.boot.autoconfigure.ssl with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties for centralized SSL trust material configuration. -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.task
Classes in org.springframework.boot.autoconfigure.task with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for task execution.classConfiguration properties for task scheduling. -
Uses of ConfigurationProperties in org.springframework.boot.autoconfigure.web
Classes in org.springframework.boot.autoconfigure.web with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.batch.autoconfigure
Classes in org.springframework.boot.batch.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Batch. -
Uses of ConfigurationProperties in org.springframework.boot.batch.jdbc.autoconfigure
Classes in org.springframework.boot.batch.jdbc.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Batch using a JDBC store. -
Uses of ConfigurationProperties in org.springframework.boot.cache.autoconfigure
Classes in org.springframework.boot.cache.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for the cache abstraction. -
Uses of ConfigurationProperties in org.springframework.boot.cassandra.autoconfigure
Classes in org.springframework.boot.cassandra.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Cassandra. -
Uses of ConfigurationProperties in org.springframework.boot.context.properties
Methods in org.springframework.boot.context.properties that return ConfigurationPropertiesModifier and TypeMethodDescriptionConfigurationPropertiesBean.getAnnotation()Return theConfigurationPropertiesannotation for the bean.ConfigurationPropertiesBindException.getAnnotation()Return the configuration properties annotation that triggered the binding. -
Uses of ConfigurationProperties in org.springframework.boot.couchbase.autoconfigure
Classes in org.springframework.boot.couchbase.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Couchbase. -
Uses of ConfigurationProperties in org.springframework.boot.data.autoconfigure.metrics
Classes in org.springframework.boot.data.autoconfigure.metrics with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Micrometer-based Spring Data metrics. -
Uses of ConfigurationProperties in org.springframework.boot.data.autoconfigure.web
Classes in org.springframework.boot.data.autoconfigure.web with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data Web. -
Uses of ConfigurationProperties in org.springframework.boot.data.couchbase.autoconfigure
Classes in org.springframework.boot.data.couchbase.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data Couchbase. -
Uses of ConfigurationProperties in org.springframework.boot.data.jdbc.autoconfigure
Classes in org.springframework.boot.data.jdbc.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data JDBC. -
Uses of ConfigurationProperties in org.springframework.boot.data.mongodb.autoconfigure
Classes in org.springframework.boot.data.mongodb.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data MongoDB. -
Uses of ConfigurationProperties in org.springframework.boot.data.neo4j.autoconfigure
Classes in org.springframework.boot.data.neo4j.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data Neo4j. -
Uses of ConfigurationProperties in org.springframework.boot.data.redis.autoconfigure
Classes in org.springframework.boot.data.redis.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.data.rest.autoconfigure
Classes in org.springframework.boot.data.rest.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Data REST. -
Uses of ConfigurationProperties in org.springframework.boot.devtools.autoconfigure
Classes in org.springframework.boot.devtools.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for developer tools. -
Uses of ConfigurationProperties in org.springframework.boot.docker.compose.lifecycle
Classes in org.springframework.boot.docker.compose.lifecycle with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Docker Compose. -
Uses of ConfigurationProperties in org.springframework.boot.elasticsearch.autoconfigure
Classes in org.springframework.boot.elasticsearch.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Elasticsearch. -
Uses of ConfigurationProperties in org.springframework.boot.flyway.autoconfigure
Classes in org.springframework.boot.flyway.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Flyway database migrations. -
Uses of ConfigurationProperties in org.springframework.boot.freemarker.autoconfigure
Classes in org.springframework.boot.freemarker.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.graphql.autoconfigure
Classes in org.springframework.boot.graphql.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for GraphQL endpoint's CORS support.classPropertiesfor Spring GraphQL. -
Uses of ConfigurationProperties in org.springframework.boot.groovy.template.autoconfigure
Classes in org.springframework.boot.groovy.template.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Groovy templates. -
Uses of ConfigurationProperties in org.springframework.boot.gson.autoconfigure
Classes in org.springframework.boot.gson.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties to configureGson. -
Uses of ConfigurationProperties in org.springframework.boot.h2console.autoconfigure
Classes in org.springframework.boot.h2console.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for H2's console. -
Uses of ConfigurationProperties in org.springframework.boot.hateoas.autoconfigure
Classes in org.springframework.boot.hateoas.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.hazelcast.autoconfigure
Classes in org.springframework.boot.hazelcast.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for the hazelcast integration. -
Uses of ConfigurationProperties in org.springframework.boot.health.autoconfigure.actuate.endpoint
Classes in org.springframework.boot.health.autoconfigure.actuate.endpoint with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.health.autoconfigure.application
Classes in org.springframework.boot.health.autoconfigure.application with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassExternal configuration properties forDiskSpaceHealthIndicator.classExternal configuration properties forSslHealthIndicator. -
Uses of ConfigurationProperties in org.springframework.boot.hibernate.autoconfigure
Classes in org.springframework.boot.hibernate.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Hibernate. -
Uses of ConfigurationProperties in org.springframework.boot.http.client.autoconfigure
Classes in org.springframework.boot.http.client.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesto configure the defaults used for all imperative and reactive HTTP clients. -
Uses of ConfigurationProperties in org.springframework.boot.http.client.autoconfigure.imperative
Classes in org.springframework.boot.http.client.autoconfigure.imperative with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesto configure the defaults used for imperative HTTP clients. -
Uses of ConfigurationProperties in org.springframework.boot.http.client.autoconfigure.reactive
Classes in org.springframework.boot.http.client.autoconfigure.reactive with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesto configure the defaults used for reactive HTTP clients. -
Uses of ConfigurationProperties in org.springframework.boot.http.client.autoconfigure.service
Classes in org.springframework.boot.http.client.autoconfigure.service with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties for HTTP Service clients. -
Uses of ConfigurationProperties in org.springframework.boot.http.codec.autoconfigure
Classes in org.springframework.boot.http.codec.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.http.converter.autoconfigure
Classes in org.springframework.boot.http.converter.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.integration.autoconfigure
Classes in org.springframework.boot.integration.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Integration JDBC.classConfiguration properties for Spring Integration. -
Uses of ConfigurationProperties in org.springframework.boot.jackson.autoconfigure
Classes in org.springframework.boot.jackson.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties to configure Jackson's CBOR support.classConfiguration properties to configure Jackson.classConfiguration properties to configure Jackson's XML support. -
Uses of ConfigurationProperties in org.springframework.boot.jackson2.autoconfigure
Classes in org.springframework.boot.jackson2.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3. -
Uses of ConfigurationProperties in org.springframework.boot.jdbc.autoconfigure
Classes in org.springframework.boot.jdbc.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassBase class for configuration of a data source.classConfiguration properties for JDBC. -
Uses of ConfigurationProperties in org.springframework.boot.jdbc.autoconfigure.health
Classes in org.springframework.boot.jdbc.autoconfigure.health with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassExternal configuration properties forDataSourceHealthIndicator. -
Uses of ConfigurationProperties in org.springframework.boot.jersey.autoconfigure
Classes in org.springframework.boot.jersey.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.jetty.autoconfigure
Classes in org.springframework.boot.jetty.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.jetty.autoconfigure.actuate.web.server
Classes in org.springframework.boot.jetty.autoconfigure.actuate.web.server with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties for a Jetty-based management server. -
Uses of ConfigurationProperties in org.springframework.boot.jms.autoconfigure
Classes in org.springframework.boot.jms.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.jooq.autoconfigure
Classes in org.springframework.boot.jooq.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for the jOOQ database library. -
Uses of ConfigurationProperties in org.springframework.boot.jpa.autoconfigure
Classes in org.springframework.boot.jpa.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassExternal configuration properties for a JPA EntityManagerFactory created by Spring. -
Uses of ConfigurationProperties in org.springframework.boot.kafka.autoconfigure
Classes in org.springframework.boot.kafka.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring for Apache Kafka. -
Uses of ConfigurationProperties in org.springframework.boot.kotlinx.serialization.json.autoconfigure
Classes in org.springframework.boot.kotlinx.serialization.json.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties to configure Kotlinx SerializationJson. -
Uses of ConfigurationProperties in org.springframework.boot.ldap.autoconfigure
Classes in org.springframework.boot.ldap.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.ldap.autoconfigure.embedded
Classes in org.springframework.boot.ldap.autoconfigure.embedded with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Embedded LDAP. -
Uses of ConfigurationProperties in org.springframework.boot.liquibase.autoconfigure
Classes in org.springframework.boot.liquibase.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties to configureSpringLiquibase. -
Uses of ConfigurationProperties in org.springframework.boot.mail.autoconfigure
Classes in org.springframework.boot.mail.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for email support. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure
Classes in org.springframework.boot.micrometer.metrics.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Micrometer-based metrics. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.appoptics with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring AppOptics metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.atlas with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Atlas metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.datadog
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.datadog with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Datadog metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.dynatrace with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Dynatrace metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.elastic with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Elastic metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.ganglia
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.ganglia with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Ganglia metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.graphite
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.graphite with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Graphite metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.humio
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.humio with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Humio metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.influx
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.influx with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Influx metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.jmx
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.jmx with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring JMX metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.kairos
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.kairos with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring KairosDB metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.newrelic with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring New Relic metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.otlp with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring OTLP metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.prometheus with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring metrics export to Prometheus. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.simple
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.simple with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring metrics export to aSimpleMeterRegistry. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.stackdriver with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Stackdriver metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd
Classes in org.springframework.boot.micrometer.metrics.autoconfigure.export.statsd with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring StatsD metrics export. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.observation.autoconfigure
Classes in org.springframework.boot.micrometer.observation.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclass@ConfigurationPropertiesfor configuring Micrometer observations. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.tracing.autoconfigure
Classes in org.springframework.boot.micrometer.tracing.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.tracing.brave.autoconfigure
Classes in org.springframework.boot.micrometer.tracing.brave.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for tracing with Brave. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure
Classes in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for tracing with OpenTelemetry. -
Uses of ConfigurationProperties in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp
Classes in org.springframework.boot.micrometer.tracing.opentelemetry.autoconfigure.otlp with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for exporting traces using OTLP. -
Uses of ConfigurationProperties in org.springframework.boot.mongodb.autoconfigure
Classes in org.springframework.boot.mongodb.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.mustache.autoconfigure
Classes in org.springframework.boot.mustache.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.neo4j.autoconfigure
Classes in org.springframework.boot.neo4j.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.netty.autoconfigure
Classes in org.springframework.boot.netty.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.opentelemetry.autoconfigure
Classes in org.springframework.boot.opentelemetry.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for OpenTelemetry. -
Uses of ConfigurationProperties in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp
Classes in org.springframework.boot.opentelemetry.autoconfigure.logging.otlp with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for exporting logs using OpenTelemetry. -
Uses of ConfigurationProperties in org.springframework.boot.pulsar.autoconfigure
Classes in org.springframework.boot.pulsar.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.quartz.autoconfigure
Classes in org.springframework.boot.quartz.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties forQuartzEndpoint.classConfiguration properties for the Quartz Scheduler integration when using a JDBC job store.classConfiguration properties for the Quartz Scheduler integration. -
Uses of ConfigurationProperties in org.springframework.boot.r2dbc.autoconfigure
Classes in org.springframework.boot.r2dbc.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.r2dbc.autoconfigure.observation
Classes in org.springframework.boot.r2dbc.autoconfigure.observation with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for R2DBC observability. -
Uses of ConfigurationProperties in org.springframework.boot.reactor.autoconfigure
Classes in org.springframework.boot.reactor.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.reactor.netty.autoconfigure
Classes in org.springframework.boot.reactor.netty.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassNetty server properties.classConfiguration properties for Reactor Netty. -
Uses of ConfigurationProperties in org.springframework.boot.restdocs.test.autoconfigure
Classes in org.springframework.boot.restdocs.test.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring REST Docs. -
Uses of ConfigurationProperties in org.springframework.boot.rsocket.autoconfigure
Classes in org.springframework.boot.rsocket.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.security.autoconfigure
Classes in org.springframework.boot.security.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Security. -
Uses of ConfigurationProperties in org.springframework.boot.security.autoconfigure.web.servlet
Classes in org.springframework.boot.security.autoconfigure.web.servlet with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Security Filter. -
Uses of ConfigurationProperties in org.springframework.boot.security.oauth2.client.autoconfigure
Classes in org.springframework.boot.security.oauth2.client.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet
Classes in org.springframework.boot.security.oauth2.server.authorization.autoconfigure.servlet with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassOAuth 2.0 Authorization Server properties. -
Uses of ConfigurationProperties in org.springframework.boot.security.oauth2.server.resource.autoconfigure
Classes in org.springframework.boot.security.oauth2.server.resource.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassOAuth 2.0 resource server properties. -
Uses of ConfigurationProperties in org.springframework.boot.security.saml2.autoconfigure
Classes in org.springframework.boot.security.saml2.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassSAML2 relying party properties. -
Uses of ConfigurationProperties in org.springframework.boot.sendgrid.autoconfigure
Classes in org.springframework.boot.sendgrid.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.servlet.autoconfigure
Classes in org.springframework.boot.servlet.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties to be used in configuring aMultipartConfigElement.class@ConfigurationPropertiesfor Servlet encoding. -
Uses of ConfigurationProperties in org.springframework.boot.session.autoconfigure
Classes in org.springframework.boot.session.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Session. -
Uses of ConfigurationProperties in org.springframework.boot.session.data.redis.autoconfigure
Classes in org.springframework.boot.session.data.redis.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for Spring Session Data Redis. -
Uses of ConfigurationProperties in org.springframework.boot.session.jdbc.autoconfigure
Classes in org.springframework.boot.session.jdbc.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties for JDBC-backed Spring Session. -
Uses of ConfigurationProperties in org.springframework.boot.sql.autoconfigure.init
Classes in org.springframework.boot.sql.autoconfigure.init with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration propertiesfor initializing an SQL database. -
Uses of ConfigurationProperties in org.springframework.boot.thymeleaf.autoconfigure
Classes in org.springframework.boot.thymeleaf.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.tomcat.autoconfigure
Classes in org.springframework.boot.tomcat.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.tomcat.autoconfigure.actuate.web.server
Classes in org.springframework.boot.tomcat.autoconfigure.actuate.web.server with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassProperties for a Tomcat-based management server. -
Uses of ConfigurationProperties in org.springframework.boot.transaction.autoconfigure
Classes in org.springframework.boot.transaction.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration properties that can be applied to anAbstractPlatformTransactionManager. -
Uses of ConfigurationProperties in org.springframework.boot.web.server.autoconfigure
Classes in org.springframework.boot.web.server.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.webflux.autoconfigure
Classes in org.springframework.boot.webflux.autoconfigure with annotations of type ConfigurationPropertiesModifier and TypeClassDescriptionclassConfiguration propertiesfor configuring multipart support in Spring Webflux.classPropertiesfor Spring WebFlux. -
Uses of ConfigurationProperties in org.springframework.boot.webmvc.autoconfigure
Classes in org.springframework.boot.webmvc.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.webservices.autoconfigure
Classes in org.springframework.boot.webservices.autoconfigure with annotations of type ConfigurationProperties -
Uses of ConfigurationProperties in org.springframework.boot.zipkin.autoconfigure
Classes in org.springframework.boot.zipkin.autoconfigure with annotations of type ConfigurationProperties