JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.springframework.boot.autoconfigure
,
org.springframework.boot.autoconfigure.admin
,
org.springframework.boot.autoconfigure.amqp
,
org.springframework.boot.autoconfigure.aop
,
org.springframework.boot.autoconfigure.availability
,
org.springframework.boot.autoconfigure.batch
,
org.springframework.boot.autoconfigure.cache
,
org.springframework.boot.autoconfigure.cassandra
,
org.springframework.boot.autoconfigure.codec
,
org.springframework.boot.autoconfigure.condition
,
org.springframework.boot.autoconfigure.context
,
org.springframework.boot.autoconfigure.couchbase
,
org.springframework.boot.autoconfigure.dao
,
org.springframework.boot.autoconfigure.data
,
org.springframework.boot.autoconfigure.data.cassandra
,
org.springframework.boot.autoconfigure.data.couchbase
,
org.springframework.boot.autoconfigure.data.elasticsearch
,
org.springframework.boot.autoconfigure.data.jdbc
,
org.springframework.boot.autoconfigure.data.jpa
,
org.springframework.boot.autoconfigure.data.ldap
,
org.springframework.boot.autoconfigure.data.mongo
,
org.springframework.boot.autoconfigure.data.neo4j
,
org.springframework.boot.autoconfigure.data.r2dbc
,
org.springframework.boot.autoconfigure.data.redis
,
org.springframework.boot.autoconfigure.data.rest
,
org.springframework.boot.autoconfigure.data.web
,
org.springframework.boot.autoconfigure.domain
,
org.springframework.boot.autoconfigure.elasticsearch
,
org.springframework.boot.autoconfigure.flyway
,
org.springframework.boot.autoconfigure.freemarker
,
org.springframework.boot.autoconfigure.groovy.template
,
org.springframework.boot.autoconfigure.gson
,
org.springframework.boot.autoconfigure.h2
,
org.springframework.boot.autoconfigure.hateoas
,
org.springframework.boot.autoconfigure.hazelcast
,
org.springframework.boot.autoconfigure.http
,
org.springframework.boot.autoconfigure.http.codec
,
org.springframework.boot.autoconfigure.influx
,
org.springframework.boot.autoconfigure.info
,
org.springframework.boot.autoconfigure.integration
,
org.springframework.boot.autoconfigure.jackson
,
org.springframework.boot.autoconfigure.jdbc
,
org.springframework.boot.autoconfigure.jdbc.metadata
,
org.springframework.boot.autoconfigure.jersey
,
org.springframework.boot.autoconfigure.jms
,
org.springframework.boot.autoconfigure.jms.activemq
,
org.springframework.boot.autoconfigure.jms.artemis
,
org.springframework.boot.autoconfigure.jmx
,
org.springframework.boot.autoconfigure.jooq
,
org.springframework.boot.autoconfigure.jsonb
,
org.springframework.boot.autoconfigure.kafka
,
org.springframework.boot.autoconfigure.ldap
,
org.springframework.boot.autoconfigure.ldap.embedded
,
org.springframework.boot.autoconfigure.liquibase
,
org.springframework.boot.autoconfigure.logging
,
org.springframework.boot.autoconfigure.mail
,
org.springframework.boot.autoconfigure.mongo
,
org.springframework.boot.autoconfigure.mongo.embedded
,
org.springframework.boot.autoconfigure.mustache
,
org.springframework.boot.autoconfigure.neo4j
,
org.springframework.boot.autoconfigure.netty
,
org.springframework.boot.autoconfigure.orm.jpa
,
org.springframework.boot.autoconfigure.quartz
,
org.springframework.boot.autoconfigure.r2dbc
,
org.springframework.boot.autoconfigure.rsocket
,
org.springframework.boot.autoconfigure.security
,
org.springframework.boot.autoconfigure.security.oauth2.client
,
org.springframework.boot.autoconfigure.security.oauth2.client.reactive
,
org.springframework.boot.autoconfigure.security.oauth2.client.servlet
,
org.springframework.boot.autoconfigure.security.oauth2.resource
,
org.springframework.boot.autoconfigure.security.oauth2.resource.reactive
,
org.springframework.boot.autoconfigure.security.oauth2.resource.servlet
,
org.springframework.boot.autoconfigure.security.reactive
,
org.springframework.boot.autoconfigure.security.rsocket
,
org.springframework.boot.autoconfigure.security.saml2
,
org.springframework.boot.autoconfigure.security.servlet
,
org.springframework.boot.autoconfigure.sendgrid
,
org.springframework.boot.autoconfigure.session
,
org.springframework.boot.autoconfigure.solr
,
org.springframework.boot.autoconfigure.sql.init
,
org.springframework.boot.autoconfigure.task
,
org.springframework.boot.autoconfigure.template
,
org.springframework.boot.autoconfigure.thymeleaf
,
org.springframework.boot.autoconfigure.transaction
,
org.springframework.boot.autoconfigure.transaction.jta
,
org.springframework.boot.autoconfigure.validation
,
org.springframework.boot.autoconfigure.web
,
org.springframework.boot.autoconfigure.web.client
,
org.springframework.boot.autoconfigure.web.embedded
,
org.springframework.boot.autoconfigure.web.format
,
org.springframework.boot.autoconfigure.web.reactive
,
org.springframework.boot.autoconfigure.web.reactive.error
,
org.springframework.boot.autoconfigure.web.reactive.function.client
,
org.springframework.boot.autoconfigure.web.servlet
,
org.springframework.boot.autoconfigure.web.servlet.error
,
org.springframework.boot.autoconfigure.webservices
,
org.springframework.boot.autoconfigure.webservices.client
,
org.springframework.boot.autoconfigure.websocket.reactive
,
org.springframework.boot.autoconfigure.websocket.servlet
Class Hierarchy
java.lang.Object
org.springframework.boot.jdbc.AbstractDataSourceInitializer (implements org.springframework.beans.factory.InitializingBean)
org.springframework.boot.autoconfigure.batch.
BatchDataSourceInitializer
org.springframework.boot.autoconfigure.integration.
IntegrationDataSourceInitializer
org.springframework.boot.autoconfigure.session.
JdbcSessionDataSourceInitializer
org.springframework.boot.autoconfigure.quartz.
QuartzDataSourceInitializer
org.springframework.boot.autoconfigure.
AbstractDependsOnBeanFactoryPostProcessor
(implements org.springframework.beans.factory.config.BeanFactoryPostProcessor, org.springframework.core.Ordered)
org.springframework.boot.autoconfigure.jooq.
DslContextDependsOnPostProcessor
org.springframework.boot.autoconfigure.orm.jpa.
EntityManagerFactoryDependsOnPostProcessor
org.springframework.boot.autoconfigure.data.jpa.
EntityManagerFactoryDependsOnPostProcessor
org.springframework.boot.autoconfigure.jdbc.
JdbcOperationsDependsOnPostProcessor
org.springframework.boot.autoconfigure.data.mongo.
MongoClientDependsOnBeanFactoryPostProcessor
org.springframework.boot.autoconfigure.jdbc.
NamedParameterJdbcOperationsDependsOnPostProcessor
org.springframework.boot.autoconfigure.data.mongo.
ReactiveStreamsMongoClientDependsOnBeanFactoryPostProcessor
org.springframework.boot.autoconfigure.web.servlet.error.
AbstractErrorController
(implements org.springframework.boot.web.servlet.error.ErrorController)
org.springframework.boot.autoconfigure.web.servlet.error.
BasicErrorController
org.springframework.boot.autoconfigure.web.reactive.error.
AbstractErrorWebExceptionHandler
(implements org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler, org.springframework.beans.factory.InitializingBean)
org.springframework.boot.autoconfigure.web.reactive.error.
DefaultErrorWebExceptionHandler
org.springframework.boot.autoconfigure.condition.
AbstractNestedCondition.MemberMatchOutcomes
org.springframework.boot.autoconfigure.amqp.
AbstractRabbitListenerContainerFactoryConfigurer
<T>
org.springframework.boot.autoconfigure.amqp.
DirectRabbitListenerContainerFactoryConfigurer
org.springframework.boot.autoconfigure.amqp.
SimpleRabbitListenerContainerFactoryConfigurer
org.springframework.boot.autoconfigure.data.
AbstractRepositoryConfigurationSourceSupport
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.EnvironmentAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar, org.springframework.context.ResourceLoaderAware)
org.springframework.boot.autoconfigure.template.
AbstractViewResolverProperties
org.springframework.boot.autoconfigure.template.
AbstractTemplateViewResolverProperties
org.springframework.boot.autoconfigure.freemarker.
FreeMarkerProperties
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateProperties
org.springframework.boot.autoconfigure.mustache.
MustacheProperties
org.springframework.boot.autoconfigure.jms.activemq.
ActiveMQAutoConfiguration
org.springframework.boot.autoconfigure.jms.activemq.
ActiveMQProperties
org.springframework.boot.autoconfigure.jms.activemq.
ActiveMQProperties.Packages
org.springframework.boot.autoconfigure.security.servlet.
AntPathRequestMatcherProvider
(implements org.springframework.boot.autoconfigure.security.servlet.
RequestMatcherProvider
)
org.springframework.boot.autoconfigure.aop.
AopAutoConfiguration
org.springframework.boot.autoconfigure.availability.
ApplicationAvailabilityAutoConfiguration
org.springframework.boot.security.servlet.ApplicationContextRequestMatcher<C> (implements org.springframework.security.web.util.matcher.RequestMatcher)
org.springframework.boot.autoconfigure.security.servlet.
PathRequest.H2ConsoleRequestMatcher
org.springframework.boot.autoconfigure.security.servlet.
StaticResourceRequest.StaticResourceRequestMatcher
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisAutoConfiguration
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisNoOpBindingRegistry
(implements org.apache.activemq.artemis.spi.core.naming.BindingRegistry)
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisProperties
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisProperties.Embedded
org.springframework.boot.autoconfigure.
AutoConfigurationExcludeFilter
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.core.type.filter.TypeFilter)
org.springframework.boot.autoconfigure.
AutoConfigurationImportSelector
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.DeferredImportSelector, org.springframework.context.EnvironmentAware, org.springframework.core.Ordered, org.springframework.context.ResourceLoaderAware)
org.springframework.boot.autoconfigure.
AutoConfigurationImportSelector.AutoConfigurationEntry
org.springframework.boot.autoconfigure.
AutoConfigurationPackages
org.springframework.boot.autoconfigure.
BackgroundPreinitializer
(implements org.springframework.context.ApplicationListener<E>)
org.springframework.boot.autoconfigure.batch.
BasicBatchConfigurer
(implements org.springframework.batch.core.configuration.annotation.BatchConfigurer, org.springframework.beans.factory.InitializingBean)
org.springframework.boot.autoconfigure.batch.
JpaBatchConfigurer
com.samskivert.mustache.BasicCollector (implements com.samskivert.mustache.Mustache.Collector)
com.samskivert.mustache.DefaultCollector
org.springframework.boot.autoconfigure.mustache.
MustacheEnvironmentCollector
(implements org.springframework.context.EnvironmentAware)
org.springframework.boot.autoconfigure.batch.
BatchAutoConfiguration
org.springframework.boot.autoconfigure.batch.
BatchProperties
org.springframework.boot.autoconfigure.batch.
BatchProperties.Jdbc
org.springframework.boot.autoconfigure.batch.
BatchProperties.Job
org.springframework.boot.autoconfigure.cache.
CacheAutoConfiguration
org.springframework.boot.autoconfigure.cache.
CacheManagerCustomizers
org.springframework.boot.autoconfigure.cache.
CacheProperties
org.springframework.boot.autoconfigure.cache.
CacheProperties.Caffeine
org.springframework.boot.autoconfigure.cache.
CacheProperties.Couchbase
org.springframework.boot.autoconfigure.cache.
CacheProperties.EhCache
org.springframework.boot.autoconfigure.cache.
CacheProperties.Infinispan
org.springframework.boot.autoconfigure.cache.
CacheProperties.JCache
org.springframework.boot.autoconfigure.cache.
CacheProperties.Redis
org.springframework.boot.autoconfigure.cassandra.
CassandraAutoConfiguration
org.springframework.boot.autoconfigure.data.cassandra.
CassandraDataAutoConfiguration
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Connection
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Controlconnection
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Pool
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Request
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Throttler
org.springframework.boot.autoconfigure.data.cassandra.
CassandraReactiveDataAutoConfiguration
org.springframework.boot.autoconfigure.data.cassandra.
CassandraReactiveRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.data.cassandra.
CassandraRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.function.client.
ClientHttpConnectorAutoConfiguration
org.springframework.boot.autoconfigure.codec.
CodecProperties
org.springframework.boot.autoconfigure.http.codec.
CodecsAutoConfiguration
org.springframework.boot.autoconfigure.kafka.
ConcurrentKafkaListenerContainerFactoryConfigurer
org.springframework.boot.autoconfigure.condition.
ConditionEvaluationReport
org.springframework.boot.autoconfigure.condition.
ConditionEvaluationReport.ConditionAndOutcome
org.springframework.boot.autoconfigure.condition.
ConditionEvaluationReport.ConditionAndOutcomes
(implements java.lang.Iterable<T>)
org.springframework.boot.autoconfigure.logging.
ConditionEvaluationReportLoggingListener
(implements org.springframework.context.ApplicationContextInitializer<C>)
org.springframework.boot.autoconfigure.logging.
ConditionEvaluationReportMessage
org.springframework.boot.autoconfigure.condition.
ConditionMessage
org.springframework.boot.autoconfigure.condition.
ConditionMessage.Builder
org.springframework.boot.autoconfigure.condition.
ConditionMessage.ItemsBuilder
org.springframework.boot.autoconfigure.condition.
ConditionOutcome
org.springframework.boot.autoconfigure.context.
ConfigurationPropertiesAutoConfiguration
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.autoconfigure.
AutoConfigurations
(implements org.springframework.core.Ordered)
org.springframework.boot.autoconfigure.r2dbc.
ConnectionFactoryBuilder
org.springframework.boot.autoconfigure.couchbase.
CouchbaseAutoConfiguration
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseDataAutoConfiguration
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseDataAutoConfiguration.ValidationConfiguration
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseDataProperties
org.springframework.boot.autoconfigure.couchbase.
CouchbaseProperties
org.springframework.boot.autoconfigure.couchbase.
CouchbaseProperties.Env
org.springframework.boot.autoconfigure.couchbase.
CouchbaseProperties.Io
org.springframework.boot.autoconfigure.couchbase.
CouchbaseProperties.Ssl
org.springframework.boot.autoconfigure.couchbase.
CouchbaseProperties.Timeouts
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseReactiveDataAutoConfiguration
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseReactiveRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.data.couchbase.
CouchbaseRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.jdbc.
DataSourceAutoConfiguration
org.springframework.boot.autoconfigure.jdbc.
DataSourceAutoConfiguration.EmbeddedDatabaseConfiguration
org.springframework.boot.autoconfigure.jdbc.
DataSourceAutoConfiguration.PooledDataSourceConfiguration
org.springframework.boot.autoconfigure.jdbc.metadata.
DataSourcePoolMetadataProvidersConfiguration
org.springframework.boot.autoconfigure.jdbc.
DataSourceProperties
(implements org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.InitializingBean)
org.springframework.boot.autoconfigure.jdbc.
DataSourceProperties.Xa
org.springframework.boot.autoconfigure.jdbc.
DataSourceTransactionManagerAutoConfiguration
org.springframework.boot.autoconfigure.web.format.
DateTimeFormatters
org.springframework.boot.autoconfigure.web.servlet.error.
DefaultErrorViewResolver
(implements org.springframework.boot.autoconfigure.web.servlet.error.
ErrorViewResolver
, org.springframework.core.Ordered)
org.jooq.impl.DefaultExecuteListener (implements org.jooq.ExecuteListener)
org.springframework.boot.autoconfigure.jooq.
JooqExceptionTranslator
org.springframework.boot.autoconfigure.web.servlet.
DefaultJerseyApplicationPath
(implements org.springframework.boot.autoconfigure.web.servlet.
JerseyApplicationPath
)
org.springframework.boot.autoconfigure.jms.
DefaultJmsListenerContainerFactoryConfigurer
org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletAutoConfiguration.DispatcherServletConfiguration
org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration
org.springframework.boot.autoconfigure.data.elasticsearch.
ElasticsearchDataAutoConfiguration
org.springframework.boot.autoconfigure.data.elasticsearch.
ElasticsearchRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.elasticsearch.
ElasticsearchRestClientAutoConfiguration
org.springframework.boot.autoconfigure.elasticsearch.
ElasticsearchRestClientProperties
org.springframework.boot.autoconfigure.elasticsearch.
ElasticsearchRestClientProperties.Sniffer
org.springframework.boot.autoconfigure.jdbc.
EmbeddedDataSourceConfiguration
(implements org.springframework.beans.factory.BeanClassLoaderAware)
org.springframework.boot.autoconfigure.ldap.embedded.
EmbeddedLdapAutoConfiguration
org.springframework.boot.autoconfigure.ldap.embedded.
EmbeddedLdapProperties
org.springframework.boot.autoconfigure.ldap.embedded.
EmbeddedLdapProperties.Credential
org.springframework.boot.autoconfigure.ldap.embedded.
EmbeddedLdapProperties.Validation
org.springframework.boot.autoconfigure.mongo.embedded.
EmbeddedMongoAutoConfiguration
org.springframework.boot.autoconfigure.mongo.embedded.
EmbeddedMongoProperties
org.springframework.boot.autoconfigure.mongo.embedded.
EmbeddedMongoProperties.Storage
org.springframework.boot.autoconfigure.web.embedded.
EmbeddedWebServerFactoryCustomizerAutoConfiguration
org.springframework.boot.autoconfigure.web.embedded.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration
org.springframework.boot.autoconfigure.web.embedded.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration
org.springframework.boot.autoconfigure.web.embedded.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration
org.springframework.boot.autoconfigure.web.embedded.
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration
org.springframework.boot.autoconfigure.domain.
EntityScanner
org.springframework.boot.autoconfigure.domain.
EntityScanPackages
org.springframework.boot.autoconfigure.web.servlet.error.
ErrorMvcAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.error.
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration
org.springframework.boot.autoconfigure.web.
ErrorProperties
org.springframework.boot.autoconfigure.web.
ErrorProperties.Whitelabel
org.springframework.boot.autoconfigure.web.reactive.error.
ErrorWebFluxAutoConfiguration
java.util.EventObject (implements java.io.Serializable)
org.springframework.context.ApplicationEvent
org.springframework.boot.autoconfigure.jdbc.
DataSourceSchemaCreatedEvent
org.springframework.boot.autoconfigure.batch.
JobExecutionEvent
org.springframework.boot.autoconfigure.
AutoConfigurationImportEvent
org.springframework.boot.autoconfigure.flyway.
FlywayAutoConfiguration
org.springframework.boot.autoconfigure.flyway.
FlywayAutoConfiguration.FlywayConfiguration
org.springframework.boot.autoconfigure.flyway.
FlywayMigrationInitializer
(implements org.springframework.beans.factory.InitializingBean, org.springframework.core.Ordered)
org.springframework.boot.autoconfigure.flyway.
FlywayProperties
org.springframework.boot.autoconfigure.freemarker.
FreeMarkerAutoConfiguration
org.springframework.core.convert.support.GenericConversionService (implements org.springframework.core.convert.support.ConfigurableConversionService)
org.springframework.format.support.FormattingConversionService (implements org.springframework.context.EmbeddedValueResolverAware, org.springframework.format.FormatterRegistry)
org.springframework.format.support.DefaultFormattingConversionService
org.springframework.boot.autoconfigure.web.format.
WebConversionService
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateAutoConfiguration
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateAutoConfiguration.GroovyMarkupConfiguration
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateAutoConfiguration.GroovyWebConfiguration
org.springframework.boot.autoconfigure.gson.
GsonAutoConfiguration
org.springframework.boot.autoconfigure.gson.
GsonProperties
org.springframework.boot.autoconfigure.h2.
H2ConsoleAutoConfiguration
org.springframework.boot.autoconfigure.h2.
H2ConsoleProperties
org.springframework.boot.autoconfigure.h2.
H2ConsoleProperties.Settings
org.springframework.boot.autoconfigure.hateoas.
HateoasProperties
org.springframework.boot.autoconfigure.hazelcast.
HazelcastAutoConfiguration
org.springframework.boot.autoconfigure.hazelcast.
HazelcastClientFactory
org.springframework.boot.autoconfigure.hazelcast.
HazelcastInstanceFactory
org.springframework.boot.autoconfigure.hazelcast.
HazelcastJpaDependencyAutoConfiguration
org.springframework.boot.autoconfigure.hazelcast.
HazelcastProperties
org.springframework.boot.autoconfigure.session.
HazelcastSessionProperties
org.springframework.boot.autoconfigure.orm.jpa.
HibernateJpaAutoConfiguration
org.springframework.boot.autoconfigure.orm.jpa.
HibernateProperties
org.springframework.boot.autoconfigure.orm.jpa.
HibernateProperties.Naming
org.springframework.boot.autoconfigure.orm.jpa.
HibernateSettings
org.springframework.boot.autoconfigure.web.servlet.
HttpEncodingAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.
HttpHandlerAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.
HttpHandlerAutoConfiguration.AnnotationConfig
org.springframework.boot.autoconfigure.http.
HttpMessageConverters
(implements java.lang.Iterable<T>)
org.springframework.boot.autoconfigure.http.
HttpMessageConvertersAutoConfiguration
org.springframework.boot.autoconfigure.http.
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration
org.springframework.boot.autoconfigure.hateoas.
HypermediaAutoConfiguration
org.springframework.boot.autoconfigure.hateoas.
HypermediaAutoConfiguration.HypermediaConfiguration
org.springframework.boot.autoconfigure.hateoas.
HypermediaHttpMessageConverterConfiguration
org.springframework.boot.autoconfigure.cache.
InfinispanCacheConfiguration
org.springframework.boot.autoconfigure.influx.
InfluxDbAutoConfiguration
org.springframework.boot.autoconfigure.influx.
InfluxDbProperties
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationComponentScanConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationJdbcConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationJmxConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationManagementConfiguration.EnableIntegrationManagementConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationRSocketConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketClientConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationRSocketConfiguration.IntegrationRSocketServerConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationAutoConfiguration.IntegrationTaskSchedulerConfiguration
org.springframework.boot.autoconfigure.integration.
IntegrationProperties
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.Channel
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.Endpoint
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.Error
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.Jdbc
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.RSocket
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.RSocket.Client
org.springframework.boot.autoconfigure.integration.
IntegrationProperties.RSocket.Server
org.springframework.boot.autoconfigure.jackson.
JacksonAutoConfiguration
org.springframework.boot.autoconfigure.jackson.
JacksonProperties
org.springframework.boot.autoconfigure.jdbc.
JdbcProperties
org.springframework.boot.autoconfigure.jdbc.
JdbcProperties.Template
org.springframework.boot.autoconfigure.data.jdbc.
JdbcRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.session.
JdbcSessionProperties
org.springframework.boot.autoconfigure.jdbc.
JdbcTemplateAutoConfiguration
org.springframework.boot.autoconfigure.jersey.
JerseyAutoConfiguration
(implements org.springframework.web.context.ServletContextAware)
org.springframework.boot.autoconfigure.jersey.
JerseyAutoConfiguration.JerseyWebApplicationInitializer
(implements org.springframework.web.WebApplicationInitializer)
org.springframework.boot.autoconfigure.jersey.
JerseyProperties
org.springframework.boot.autoconfigure.jersey.
JerseyProperties.Filter
org.springframework.boot.autoconfigure.jersey.
JerseyProperties.Servlet
org.springframework.boot.autoconfigure.web.embedded.
JettyWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.websocket.servlet.
JettyWebSocketServletWebServerCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.jms.
JmsAutoConfiguration
org.springframework.boot.autoconfigure.jms.
JmsAutoConfiguration.JmsTemplateConfiguration
org.springframework.boot.autoconfigure.jms.
JmsAutoConfiguration.MessagingTemplateConfiguration
org.springframework.boot.autoconfigure.jms.
JmsPoolConnectionFactoryFactory
org.springframework.boot.autoconfigure.jms.
JmsPoolConnectionFactoryProperties
org.springframework.boot.autoconfigure.jms.
JmsProperties
org.springframework.boot.autoconfigure.jms.
JmsProperties.Cache
org.springframework.boot.autoconfigure.jms.
JmsProperties.Listener
org.springframework.boot.autoconfigure.jms.
JmsProperties.Template
org.springframework.boot.autoconfigure.jmx.
JmxAutoConfiguration
org.springframework.boot.autoconfigure.jms.
JndiConnectionFactoryAutoConfiguration
org.springframework.boot.autoconfigure.jdbc.
JndiDataSourceAutoConfiguration
org.springframework.boot.autoconfigure.batch.
JobExecutionExitCodeGenerator
(implements org.springframework.context.ApplicationListener<E>, org.springframework.boot.ExitCodeGenerator)
org.springframework.boot.autoconfigure.batch.
JobLauncherApplicationRunner
(implements org.springframework.context.ApplicationEventPublisherAware, org.springframework.boot.ApplicationRunner, org.springframework.core.Ordered)
org.springframework.boot.autoconfigure.batch.
JobLauncherCommandLineRunner
org.springframework.boot.autoconfigure.jooq.
JooqAutoConfiguration
org.springframework.boot.autoconfigure.jooq.
JooqAutoConfiguration.DslContextConfiguration
org.springframework.boot.autoconfigure.jooq.
JooqProperties
org.springframework.boot.autoconfigure.orm.jpa.
JpaBaseConfiguration
(implements org.springframework.beans.factory.BeanFactoryAware)
org.springframework.boot.autoconfigure.orm.jpa.
JpaBaseConfiguration.JpaWebConfiguration
org.springframework.boot.autoconfigure.orm.jpa.
JpaProperties
org.springframework.boot.autoconfigure.data.jpa.
JpaRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.jsonb.
JsonbAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.
JspTemplateAvailabilityProvider
(implements org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProvider
)
org.springframework.boot.autoconfigure.transaction.jta.
JtaAutoConfiguration
org.springframework.boot.autoconfigure.transaction.jta.
JtaProperties
org.springframework.boot.autoconfigure.kafka.
KafkaAutoConfiguration
org.springframework.boot.autoconfigure.kafka.
KafkaProperties
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Admin
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Cleanup
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Consumer
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Jaas
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Listener
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Producer
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Security
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Ssl
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Streams
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Template
org.springframework.boot.autoconfigure.ldap.
LdapAutoConfiguration
org.springframework.boot.autoconfigure.ldap.
LdapProperties
org.springframework.boot.autoconfigure.ldap.
LdapProperties.Template
org.springframework.boot.autoconfigure.data.ldap.
LdapRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.context.
LifecycleAutoConfiguration
org.springframework.boot.autoconfigure.context.
LifecycleProperties
org.springframework.boot.autoconfigure.liquibase.
LiquibaseAutoConfiguration
org.springframework.boot.autoconfigure.liquibase.
LiquibaseAutoConfiguration.LiquibaseConfiguration
org.springframework.boot.autoconfigure.liquibase.
LiquibaseProperties
org.springframework.boot.autoconfigure.mail.
MailProperties
org.springframework.boot.autoconfigure.mail.
MailSenderAutoConfiguration
org.springframework.boot.autoconfigure.mail.
MailSenderValidatorAutoConfiguration
org.springframework.boot.autoconfigure.context.
MessageSourceAutoConfiguration
org.springframework.boot.autoconfigure.context.
MessageSourceProperties
org.springframework.jmx.export.naming.MetadataNamingStrategy (implements org.springframework.beans.factory.InitializingBean, org.springframework.jmx.export.naming.ObjectNamingStrategy)
org.springframework.boot.autoconfigure.jmx.
ParentAwareNamingStrategy
(implements org.springframework.context.ApplicationContextAware)
org.springframework.boot.autoconfigure.mongo.
MongoAutoConfiguration
org.springframework.boot.autoconfigure.mongo.
MongoClientFactorySupport
<T>
org.springframework.boot.autoconfigure.mongo.
MongoClientFactory
org.springframework.boot.autoconfigure.mongo.
ReactiveMongoClientFactory
org.springframework.boot.autoconfigure.data.mongo.
MongoDataAutoConfiguration
org.springframework.boot.autoconfigure.mongo.
MongoProperties
org.springframework.boot.autoconfigure.mongo.
MongoProperties.Gridfs
org.springframework.boot.autoconfigure.mongo.
MongoPropertiesClientSettingsBuilderCustomizer
(implements org.springframework.boot.autoconfigure.mongo.
MongoClientSettingsBuilderCustomizer
, org.springframework.core.Ordered)
org.springframework.boot.autoconfigure.mongo.
MongoReactiveAutoConfiguration
org.springframework.boot.autoconfigure.data.mongo.
MongoReactiveDataAutoConfiguration
org.springframework.boot.autoconfigure.data.mongo.
MongoReactiveRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.data.mongo.
MongoRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.session.
MongoSessionProperties
org.springframework.boot.autoconfigure.web.servlet.
MultipartAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.
MultipartProperties
org.springframework.boot.autoconfigure.mustache.
MustacheAutoConfiguration
org.springframework.boot.autoconfigure.mustache.
MustacheResourceTemplateLoader
(implements com.samskivert.mustache.Mustache.TemplateLoader, org.springframework.context.ResourceLoaderAware)
org.springframework.boot.autoconfigure.mustache.
MustacheTemplateAvailabilityProvider
(implements org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProvider
)
org.springframework.boot.autoconfigure.neo4j.
Neo4jAutoConfiguration
org.springframework.boot.autoconfigure.data.neo4j.
Neo4jDataAutoConfiguration
org.springframework.boot.autoconfigure.data.neo4j.
Neo4jDataProperties
org.springframework.boot.autoconfigure.neo4j.
Neo4jProperties
org.springframework.boot.autoconfigure.neo4j.
Neo4jProperties.Authentication
org.springframework.boot.autoconfigure.neo4j.
Neo4jProperties.Pool
org.springframework.boot.autoconfigure.neo4j.
Neo4jProperties.Security
org.springframework.boot.autoconfigure.data.neo4j.
Neo4jReactiveDataAutoConfiguration
org.springframework.boot.autoconfigure.data.neo4j.
Neo4jReactiveRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.data.neo4j.
Neo4jRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.netty.
NettyAutoConfiguration
org.springframework.boot.autoconfigure.netty.
NettyProperties
org.springframework.boot.autoconfigure.web.embedded.
NettyWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.security.oauth2.client.servlet.
OAuth2ClientAutoConfiguration
org.springframework.boot.autoconfigure.security.oauth2.client.
OAuth2ClientProperties
(implements org.springframework.beans.factory.InitializingBean)
org.springframework.boot.autoconfigure.security.oauth2.client.
OAuth2ClientProperties.Provider
org.springframework.boot.autoconfigure.security.oauth2.client.
OAuth2ClientProperties.Registration
org.springframework.boot.autoconfigure.security.oauth2.client.
OAuth2ClientPropertiesRegistrationAdapter
org.springframework.boot.autoconfigure.security.oauth2.resource.servlet.
OAuth2ResourceServerAutoConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.
OAuth2ResourceServerProperties
org.springframework.boot.autoconfigure.security.oauth2.resource.
OAuth2ResourceServerProperties.Jwt
org.springframework.boot.autoconfigure.security.oauth2.resource.
OAuth2ResourceServerProperties.Opaquetoken
org.springframework.boot.autoconfigure.template.
PathBasedTemplateAvailabilityProvider
(implements org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProvider
)
org.springframework.boot.autoconfigure.freemarker.
FreeMarkerTemplateAvailabilityProvider
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateAvailabilityProvider
org.springframework.boot.autoconfigure.template.
PathBasedTemplateAvailabilityProvider.TemplateAvailabilityProperties
org.springframework.boot.autoconfigure.freemarker.
FreeMarkerTemplateAvailabilityProvider.FreeMarkerTemplateAvailabilityProperties
org.springframework.boot.autoconfigure.groovy.template.
GroovyTemplateAvailabilityProvider.GroovyTemplateAvailabilityProperties
org.springframework.boot.autoconfigure.security.servlet.
PathRequest
org.springframework.boot.autoconfigure.security.reactive.
PathRequest
org.springframework.boot.autoconfigure.dao.
PersistenceExceptionTranslationAutoConfiguration
org.springframework.boot.autoconfigure.info.
ProjectInfoAutoConfiguration
org.springframework.boot.autoconfigure.info.
ProjectInfoProperties
org.springframework.boot.autoconfigure.info.
ProjectInfoProperties.Build
org.springframework.boot.autoconfigure.info.
ProjectInfoProperties.Git
org.springframework.boot.autoconfigure.context.
PropertyPlaceholderAutoConfiguration
org.springframework.boot.autoconfigure.quartz.
QuartzAutoConfiguration
org.springframework.boot.autoconfigure.quartz.
QuartzAutoConfiguration.JdbcStoreTypeConfiguration
org.springframework.boot.autoconfigure.quartz.
QuartzProperties
org.springframework.boot.autoconfigure.quartz.
QuartzProperties.Jdbc
org.springframework.boot.autoconfigure.r2dbc.
R2dbcAutoConfiguration
org.springframework.boot.autoconfigure.data.r2dbc.
R2dbcDataAutoConfiguration
org.springframework.boot.autoconfigure.r2dbc.
R2dbcProperties
org.springframework.boot.autoconfigure.r2dbc.
R2dbcProperties.Pool
org.springframework.boot.autoconfigure.data.r2dbc.
R2dbcRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.r2dbc.
R2dbcTransactionManagerAutoConfiguration
org.springframework.boot.autoconfigure.amqp.
RabbitAutoConfiguration
org.springframework.boot.autoconfigure.amqp.
RabbitAutoConfiguration.MessagingTemplateConfiguration
org.springframework.boot.autoconfigure.amqp.
RabbitAutoConfiguration.RabbitConnectionFactoryCreator
org.springframework.boot.autoconfigure.amqp.
RabbitAutoConfiguration.RabbitTemplateConfiguration
org.springframework.boot.autoconfigure.amqp.
RabbitProperties
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.AmqpContainer
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.DirectContainer
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.SimpleContainer
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Cache
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Cache.Channel
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Cache.Connection
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Listener
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Retry
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.ListenerRetry
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Ssl
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.Template
org.springframework.boot.autoconfigure.amqp.
RabbitTemplateConfigurer
org.springframework.boot.autoconfigure.data.elasticsearch.
ReactiveElasticsearchRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.data.elasticsearch.
ReactiveElasticsearchRestClientAutoConfiguration
org.springframework.boot.autoconfigure.data.elasticsearch.
ReactiveElasticsearchRestClientProperties
org.springframework.boot.autoconfigure.security.oauth2.client.reactive.
ReactiveOAuth2ClientAutoConfiguration
org.springframework.boot.autoconfigure.security.oauth2.resource.reactive.
ReactiveOAuth2ResourceServerAutoConfiguration
org.springframework.boot.autoconfigure.security.reactive.
ReactiveSecurityAutoConfiguration
org.springframework.boot.autoconfigure.security.reactive.
ReactiveUserDetailsServiceAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.
ReactiveWebServerFactoryAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.
ReactiveWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
org.springframework.boot.autoconfigure.web.reactive.
ReactiveWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.data.redis.
RedisAutoConfiguration
org.springframework.boot.autoconfigure.data.redis.
RedisProperties
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Cluster
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Jedis
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Lettuce
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Lettuce.Cluster
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Lettuce.Cluster.Refresh
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Pool
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.Sentinel
org.springframework.boot.autoconfigure.data.redis.
RedisReactiveAutoConfiguration
org.springframework.boot.autoconfigure.data.redis.
RedisRepositoriesAutoConfiguration
org.springframework.boot.autoconfigure.session.
RedisSessionProperties
org.springframework.boot.web.servlet.RegistrationBean (implements org.springframework.core.Ordered, org.springframework.boot.web.servlet.ServletContextInitializer)
org.springframework.boot.web.servlet.DynamicRegistrationBean<D>
org.springframework.boot.web.servlet.ServletRegistrationBean<T>
org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletRegistrationBean
(implements org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletPath
)
org.springframework.boot.autoconfigure.data.rest.
RepositoryRestMvcAutoConfiguration
org.springframework.boot.autoconfigure.data.rest.
RepositoryRestProperties
org.springframework.boot.autoconfigure.web.client.
RestTemplateAutoConfiguration
org.springframework.boot.autoconfigure.web.client.
RestTemplateBuilderConfigurer
org.springframework.boot.autoconfigure.rsocket.
RSocketMessagingAutoConfiguration
org.springframework.boot.autoconfigure.rsocket.
RSocketProperties
org.springframework.boot.autoconfigure.rsocket.
RSocketProperties.Server
org.springframework.boot.autoconfigure.rsocket.
RSocketRequesterAutoConfiguration
org.springframework.boot.autoconfigure.security.rsocket.
RSocketSecurityAutoConfiguration
org.springframework.boot.autoconfigure.rsocket.
RSocketServerAutoConfiguration
org.springframework.boot.autoconfigure.rsocket.
RSocketStrategiesAutoConfiguration
org.springframework.boot.autoconfigure.rsocket.
RSocketStrategiesAutoConfiguration.JacksonCborStrategyConfiguration
org.springframework.boot.autoconfigure.rsocket.
RSocketStrategiesAutoConfiguration.JacksonJsonStrategyConfiguration
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyAutoConfiguration
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Decryption
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Decryption.Credential
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Identityprovider
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Identityprovider.Singlesignon
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Identityprovider.Verification
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Identityprovider.Verification.Credential
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Registration
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Registration.Acs
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Registration.Signing
org.springframework.boot.autoconfigure.security.saml2.
Saml2RelyingPartyProperties.Registration.Signing.Credential
org.springframework.boot.autoconfigure.security.servlet.
SecurityAutoConfiguration
org.springframework.boot.autoconfigure.security.
SecurityDataConfiguration
org.springframework.boot.autoconfigure.security.servlet.
SecurityFilterAutoConfiguration
org.springframework.boot.autoconfigure.security.
SecurityProperties
org.springframework.boot.autoconfigure.security.
SecurityProperties.Filter
org.springframework.boot.autoconfigure.security.
SecurityProperties.User
org.springframework.boot.autoconfigure.sendgrid.
SendGridAutoConfiguration
org.springframework.boot.autoconfigure.sendgrid.
SendGridProperties
org.springframework.boot.autoconfigure.sendgrid.
SendGridProperties.Proxy
org.springframework.boot.autoconfigure.web.
ServerProperties
org.springframework.boot.autoconfigure.web.
ServerProperties.Jetty
org.springframework.boot.autoconfigure.web.
ServerProperties.Jetty.Accesslog
org.springframework.boot.autoconfigure.web.
ServerProperties.Jetty.Threads
org.springframework.boot.autoconfigure.web.
ServerProperties.Netty
org.springframework.boot.autoconfigure.web.
ServerProperties.Servlet
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat.Accesslog
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat.Mbeanregistry
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat.Remoteip
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat.Resource
org.springframework.boot.autoconfigure.web.
ServerProperties.Tomcat.Threads
org.springframework.boot.autoconfigure.web.
ServerProperties.Undertow
org.springframework.boot.autoconfigure.web.
ServerProperties.Undertow.Accesslog
org.springframework.boot.autoconfigure.web.
ServerProperties.Undertow.Options
org.springframework.boot.autoconfigure.web.
ServerProperties.Undertow.Threads
org.springframework.boot.autoconfigure.web.servlet.
ServletWebServerFactoryAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.
ServletWebServerFactoryAutoConfiguration.BeanPostProcessorsRegistrar
(implements org.springframework.beans.factory.BeanFactoryAware, org.springframework.context.annotation.ImportBeanDefinitionRegistrar)
org.springframework.boot.autoconfigure.web.servlet.
ServletWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.session.
SessionAutoConfiguration
org.springframework.boot.autoconfigure.session.
SessionProperties
org.springframework.boot.autoconfigure.session.
SessionProperties.Servlet
org.springframework.boot.autoconfigure.solr.
SolrAutoConfiguration
org.springframework.boot.autoconfigure.solr.
SolrProperties
org.springframework.boot.autoconfigure.admin.
SpringApplicationAdminJmxAutoConfiguration
org.springframework.boot.autoconfigure.condition.
SpringBootCondition
(implements org.springframework.context.annotation.Condition)
org.springframework.boot.autoconfigure.condition.
AbstractNestedCondition
(implements org.springframework.context.annotation.ConfigurationCondition)
org.springframework.boot.autoconfigure.condition.
AllNestedConditions
org.springframework.boot.autoconfigure.condition.
AnyNestedCondition
org.springframework.boot.autoconfigure.condition.
NoneNestedConditions
org.springframework.boot.autoconfigure.security.oauth2.client.
ClientsConfiguredCondition
org.springframework.boot.autoconfigure.security.oauth2.resource.
IssuerUriCondition
org.springframework.boot.autoconfigure.security.oauth2.resource.
KeyValueCondition
org.springframework.boot.autoconfigure.context.
MessageSourceAutoConfiguration.ResourceBundleCondition
org.springframework.boot.autoconfigure.condition.
OnPropertyListCondition
org.springframework.boot.autoconfigure.condition.
ResourceCondition
org.springframework.boot.autoconfigure.hazelcast.
HazelcastConfigResourceCondition
org.springframework.boot.autoconfigure.data.web.
SpringDataWebAutoConfiguration
org.springframework.boot.autoconfigure.data.web.
SpringDataWebProperties
org.springframework.boot.autoconfigure.data.web.
SpringDataWebProperties.Pageable
org.springframework.boot.autoconfigure.data.web.
SpringDataWebProperties.Sort
liquibase.integration.spring.SpringLiquibase (implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.context.ResourceLoaderAware)
org.springframework.boot.autoconfigure.liquibase.
DataSourceClosingSpringLiquibase
(implements org.springframework.beans.factory.DisposableBean)
org.springframework.boot.autoconfigure.jooq.
SpringTransactionProvider
(implements org.jooq.TransactionProvider)
org.springframework.boot.autoconfigure.sql.init.
SqlInitializationAutoConfiguration
org.springframework.boot.autoconfigure.sql.init.
SqlInitializationProperties
org.springframework.boot.autoconfigure.security.servlet.
StaticResourceRequest
org.springframework.boot.autoconfigure.security.reactive.
StaticResourceRequest
org.springframework.boot.autoconfigure.security.reactive.
StaticResourceRequest.StaticResourceServerWebExchange
(implements org.springframework.security.web.server.util.matcher.ServerWebExchangeMatcher)
org.springframework.boot.autoconfigure.task.
TaskExecutionAutoConfiguration
org.springframework.boot.autoconfigure.task.
TaskExecutionProperties
org.springframework.boot.autoconfigure.task.
TaskExecutionProperties.Pool
org.springframework.boot.autoconfigure.task.
TaskExecutionProperties.Shutdown
org.springframework.boot.autoconfigure.task.
TaskSchedulingAutoConfiguration
org.springframework.boot.autoconfigure.task.
TaskSchedulingProperties
org.springframework.boot.autoconfigure.task.
TaskSchedulingProperties.Pool
org.springframework.boot.autoconfigure.task.
TaskSchedulingProperties.Shutdown
org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProviders
org.springframework.boot.autoconfigure.template.
TemplateLocation
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.autoconfigure.flyway.
FlywayMigrationScriptMissingException
org.springframework.boot.autoconfigure.session.
NonUniqueSessionRepositoryException
org.springframework.boot.autoconfigure.session.
SessionRepositoryUnavailableException
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafAutoConfiguration
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafProperties
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafProperties.Reactive
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafProperties.Servlet
org.springframework.boot.autoconfigure.thymeleaf.
ThymeleafTemplateAvailabilityProvider
(implements org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProvider
)
org.springframework.boot.autoconfigure.web.reactive.
TomcatReactiveWebServerFactoryCustomizer
(implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.web.servlet.
TomcatServletWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.web.embedded.
TomcatWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.websocket.reactive.
TomcatWebSocketReactiveWebServerCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.websocket.servlet.
TomcatWebSocketServletWebServerCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.transaction.
TransactionAutoConfiguration
org.springframework.boot.autoconfigure.transaction.
TransactionAutoConfiguration.EnableTransactionManagementConfiguration
org.springframework.boot.autoconfigure.transaction.
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.CglibAutoProxyConfiguration
org.springframework.boot.autoconfigure.transaction.
TransactionAutoConfiguration.EnableTransactionManagementConfiguration.JdkDynamicAutoProxyConfiguration
org.springframework.boot.autoconfigure.transaction.
TransactionAutoConfiguration.TransactionTemplateConfiguration
org.springframework.boot.autoconfigure.transaction.
TransactionManagerCustomizers
org.springframework.boot.autoconfigure.transaction.
TransactionProperties
(implements org.springframework.boot.autoconfigure.transaction.
PlatformTransactionManagerCustomizer
<T>)
org.springframework.boot.autoconfigure.web.servlet.
UndertowServletWebServerFactoryCustomizer
(implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.web.embedded.
UndertowWebServerFactoryCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.websocket.servlet.
UndertowWebSocketServletWebServerCustomizer
(implements org.springframework.core.Ordered, org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
org.springframework.boot.autoconfigure.security.servlet.
UserDetailsServiceAutoConfiguration
org.springframework.boot.autoconfigure.validation.
ValidationAutoConfiguration
org.springframework.boot.autoconfigure.validation.
ValidatorAdapter
(implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean, org.springframework.validation.SmartValidator)
org.springframework.boot.autoconfigure.web.reactive.function.client.
WebClientAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.function.client.
WebClientAutoConfiguration.WebClientCodecsConfiguration
org.springframework.boot.autoconfigure.web.reactive.function.client.
WebClientCodecCustomizer
(implements org.springframework.boot.web.reactive.function.client.WebClientCustomizer)
org.springframework.boot.autoconfigure.web.reactive.
WebFluxAutoConfiguration
org.springframework.boot.autoconfigure.web.reactive.
WebFluxAutoConfiguration.WebFluxConfig
(implements org.springframework.web.reactive.config.WebFluxConfigurer)
org.springframework.boot.autoconfigure.web.reactive.
WebFluxAutoConfiguration.WelcomePageConfiguration
org.springframework.web.reactive.config.WebFluxConfigurationSupport (implements org.springframework.context.ApplicationContextAware)
org.springframework.web.reactive.config.DelegatingWebFluxConfiguration
org.springframework.boot.autoconfigure.web.reactive.
WebFluxAutoConfiguration.EnableWebFluxConfiguration
org.springframework.boot.autoconfigure.web.reactive.
WebFluxProperties
org.springframework.boot.autoconfigure.web.reactive.
WebFluxProperties.Cookie
org.springframework.boot.autoconfigure.web.reactive.
WebFluxProperties.Format
org.springframework.boot.autoconfigure.web.reactive.
WebFluxProperties.Session
org.springframework.boot.autoconfigure.web.servlet.
WebMvcAutoConfiguration
org.springframework.boot.autoconfigure.web.servlet.
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter
(implements org.springframework.web.context.ServletContextAware, org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport (implements org.springframework.context.ApplicationContextAware, org.springframework.web.context.ServletContextAware)
org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration
org.springframework.boot.autoconfigure.web.servlet.
WebMvcAutoConfiguration.EnableWebMvcConfiguration
(implements org.springframework.context.ResourceLoaderAware)
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.Async
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.Contentnegotiation
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.Format
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.Pathmatch
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.Servlet
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.View
org.springframework.boot.autoconfigure.web.
WebProperties
org.springframework.boot.autoconfigure.web.
WebProperties.Resources
org.springframework.boot.autoconfigure.web.
ResourceProperties
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Cache
org.springframework.boot.autoconfigure.web.
ResourceProperties.Cache
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Cache.Cachecontrol
org.springframework.boot.autoconfigure.web.
ResourceProperties.Cache.Cachecontrol
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Chain
org.springframework.boot.autoconfigure.web.
ResourceProperties.Chain
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Chain.Strategy
org.springframework.boot.autoconfigure.web.
ResourceProperties.Strategy
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Chain.Strategy.Content
org.springframework.boot.autoconfigure.web.
ResourceProperties.Content
org.springframework.boot.autoconfigure.web.
WebProperties.Resources.Chain.Strategy.Fixed
org.springframework.boot.autoconfigure.web.
ResourceProperties.Fixed
org.springframework.boot.autoconfigure.webservices.
WebServicesAutoConfiguration
org.springframework.boot.autoconfigure.webservices.
WebServicesAutoConfiguration.WsConfiguration
org.springframework.boot.autoconfigure.webservices.
WebServicesProperties
org.springframework.boot.autoconfigure.webservices.
WebServicesProperties.Servlet
org.springframework.boot.autoconfigure.webservices.client.
WebServiceTemplateAutoConfiguration
org.springframework.boot.autoconfigure.websocket.servlet.
WebSocketMessagingAutoConfiguration
org.springframework.boot.autoconfigure.websocket.reactive.
WebSocketReactiveAutoConfiguration
org.springframework.boot.autoconfigure.websocket.servlet.
WebSocketServletAutoConfiguration
org.springframework.boot.autoconfigure.jdbc.
XADataSourceAutoConfiguration
(implements org.springframework.beans.factory.BeanClassLoaderAware)
Interface Hierarchy
org.springframework.boot.autoconfigure.jms.activemq.
ActiveMQConnectionFactoryCustomizer
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisConfigurationCustomizer
org.springframework.boot.autoconfigure.
AutoConfigurationImportFilter
org.springframework.boot.autoconfigure.
AutoConfigurationMetadata
org.springframework.boot.autoconfigure.cache.
CacheManagerCustomizer
<T>
org.springframework.boot.autoconfigure.couchbase.
ClusterEnvironmentBuilderCustomizer
org.springframework.boot.autoconfigure.neo4j.
ConfigBuilderCustomizer
org.springframework.boot.autoconfigure.amqp.
ConnectionFactoryCustomizer
org.springframework.boot.autoconfigure.r2dbc.
ConnectionFactoryOptionsBuilderCustomizer
org.springframework.boot.autoconfigure.cache.
CouchbaseCacheManagerBuilderCustomizer
org.springframework.boot.autoconfigure.cassandra.
CqlSessionBuilderCustomizer
org.springframework.boot.autoconfigure.jooq.
DefaultConfigurationCustomizer
org.springframework.boot.autoconfigure.session.
DefaultCookieSerializerCustomizer
org.springframework.boot.autoconfigure.kafka.
DefaultKafkaConsumerFactoryCustomizer
org.springframework.boot.autoconfigure.kafka.
DefaultKafkaProducerFactoryCustomizer
org.springframework.boot.autoconfigure.web.servlet.
DispatcherServletPath
org.springframework.boot.autoconfigure.mongo.embedded.
DownloadConfigBuilderCustomizer
org.springframework.boot.autoconfigure.cassandra.
DriverConfigLoaderBuilderCustomizer
org.springframework.boot.autoconfigure.orm.jpa.
EntityManagerFactoryBuilderCustomizer
org.springframework.boot.autoconfigure.web.servlet.error.
ErrorViewResolver
java.util.EventListener
org.springframework.boot.autoconfigure.
AutoConfigurationImportListener
org.springframework.boot.autoconfigure.flyway.
FlywayConfigurationCustomizer
org.springframework.boot.autoconfigure.flyway.
FlywayMigrationStrategy
org.springframework.boot.autoconfigure.gson.
GsonBuilderCustomizer
org.springframework.boot.autoconfigure.orm.jpa.
HibernatePropertiesCustomizer
org.springframework.boot.autoconfigure.influx.
InfluxDbCustomizer
org.springframework.boot.autoconfigure.jackson.
Jackson2ObjectMapperBuilderCustomizer
org.springframework.boot.autoconfigure.cache.
JCacheManagerCustomizer
org.springframework.boot.autoconfigure.data.redis.
JedisClientConfigurationBuilderCustomizer
org.springframework.boot.autoconfigure.web.servlet.
JerseyApplicationPath
org.springframework.boot.autoconfigure.data.redis.
LettuceClientConfigurationBuilderCustomizer
org.springframework.boot.autoconfigure.mongo.
MongoClientSettingsBuilderCustomizer
org.springframework.boot.autoconfigure.transaction.
PlatformTransactionManagerCustomizer
<T>
org.springframework.boot.autoconfigure.amqp.
RabbitRetryTemplateCustomizer
org.springframework.boot.autoconfigure.web.reactive.function.client.
ReactorNettyHttpClientMapper
org.springframework.boot.autoconfigure.cache.
RedisCacheManagerBuilderCustomizer
org.springframework.boot.autoconfigure.security.servlet.
RequestMatcherProvider
org.springframework.boot.autoconfigure.jersey.
ResourceConfigCustomizer
org.springframework.boot.autoconfigure.web.reactive.
ResourceHandlerRegistrationCustomizer
org.springframework.boot.autoconfigure.elasticsearch.
RestClientBuilderCustomizer
org.springframework.boot.autoconfigure.rsocket.
RSocketMessageHandlerCustomizer
org.springframework.boot.autoconfigure.quartz.
SchedulerFactoryBeanCustomizer
org.springframework.boot.autoconfigure.kafka.
StreamsBuilderFactoryBeanCustomizer
java.util.function.Supplier<T>
org.springframework.boot.autoconfigure.influx.
InfluxDbOkHttpClientBuilderProvider
org.springframework.boot.autoconfigure.template.
TemplateAvailabilityProvider
org.springframework.boot.autoconfigure.web.reactive.
WebFluxRegistrations
org.springframework.boot.autoconfigure.web.servlet.
WebMvcRegistrations
Annotation Type Hierarchy
org.springframework.boot.autoconfigure.liquibase.
LiquibaseDataSource
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.data.
ConditionalOnRepositoryType
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
AutoConfigurationPackage
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
ImportAutoConfiguration
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.batch.
BatchDataSource
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
EnableAutoConfiguration
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.security.
ConditionalOnDefaultWebSecurity
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnSingleCandidate
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnMissingBean
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnMissingClass
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnCloudPlatform
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnExpression
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnProperty
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnJndi
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnClass
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnJava
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnWebApplication
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnBean
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnNotWebApplication
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnWarDeployment
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.condition.
ConditionalOnResource
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
AutoConfigureOrder
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
AutoConfigureAfter
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.domain.
EntityScan
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.quartz.
QuartzDataSource
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.quartz.
QuartzTransactionManager
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.flyway.
FlywayDataSource
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
AutoConfigureBefore
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.
SpringBootApplication
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.web.servlet.
ConditionalOnMissingFilterBean
(implements java.lang.annotation.Annotation)
org.springframework.boot.autoconfigure.web.
ConditionalOnEnabledResourceChain
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.springframework.boot.autoconfigure.r2dbc.
EmbeddedDatabaseConnection
org.springframework.boot.autoconfigure.data.
RepositoryType
org.springframework.boot.autoconfigure.data.redis.
RedisProperties.ClientType
org.springframework.boot.autoconfigure.jersey.
JerseyProperties.Type
org.springframework.boot.autoconfigure.amqp.
RabbitProperties.ContainerType
org.springframework.boot.autoconfigure.amqp.
RabbitRetryTemplateCustomizer.Target
org.springframework.boot.autoconfigure.security.
StaticResourceLocation
org.springframework.boot.autoconfigure.netty.
NettyProperties.LeakDetection
org.springframework.boot.autoconfigure.condition.
SearchStrategy
org.springframework.boot.autoconfigure.condition.
ConditionalOnJava.Range
org.springframework.boot.autoconfigure.condition.
ConditionalOnWebApplication.Type
org.springframework.boot.autoconfigure.condition.
ConditionMessage.Style
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.Compression
org.springframework.boot.autoconfigure.cassandra.
CassandraProperties.ThrottlerType
org.springframework.boot.autoconfigure.jms.artemis.
ArtemisMode
org.springframework.boot.autoconfigure.jms.
JmsProperties.AcknowledgeMode
org.springframework.boot.autoconfigure.jms.
JmsProperties.DeliveryMode
org.springframework.boot.autoconfigure.neo4j.
Neo4jProperties.Security.TrustStrategy
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.Listener.Type
org.springframework.boot.autoconfigure.kafka.
KafkaProperties.IsolationLevel
org.springframework.boot.autoconfigure.cache.
CacheType
org.springframework.boot.autoconfigure.quartz.
JobStoreType
org.springframework.boot.autoconfigure.session.
StoreType
org.springframework.boot.autoconfigure.session.
RedisSessionProperties.ConfigureAction
org.springframework.boot.autoconfigure.web.
ErrorProperties.IncludeStacktrace
org.springframework.boot.autoconfigure.web.
ErrorProperties.IncludeAttribute
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.MatchingStrategy
org.springframework.boot.autoconfigure.web.servlet.
WebMvcProperties.LocaleResolver
org.springframework.boot.autoconfigure.web.
ServerProperties.Jetty.Accesslog.FORMAT
org.springframework.boot.autoconfigure.web.
ServerProperties.ForwardHeadersStrategy
org.springframework.boot.autoconfigure.web.
WebProperties.LocaleResolver
org.springframework.boot.autoconfigure.web.reactive.
WebFluxProperties.SameSite
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes