spring-boot 文档 下载链接(含jar包、源码、pom)
组件名称 | 中文-文档-下载链接 | 中英对照-文档-下载链接 |
---|---|---|
spring-boot-2.0.1.RELEASE.jar | spring-boot-2.0.1.RELEASE-API文档-中文版.zip | spring-boot-2.0.1.RELEASE-API文档-中英对照版.zip |
spring-boot-2.0.4.RELEASE.jar | spring-boot-2.0.4.RELEASE-API文档-中文版.zip | spring-boot-2.0.4.RELEASE-API文档-中英对照版.zip |
spring-boot-2.0.6.RELEASE.jar | spring-boot-2.0.6.RELEASE-API文档-中文版.zip | spring-boot-2.0.6.RELEASE-API文档-中英对照版.zip |
spring-boot-2.2.0.RELEASE.jar | spring-boot-2.2.0.RELEASE-API文档-中文版.zip | spring-boot-2.2.0.RELEASE-API文档-中英对照版.zip |
spring-boot-2.2.8.RELEASE.jar | spring-boot-2.2.8.RELEASE-API文档-中文版.zip | spring-boot-2.2.8.RELEASE-API文档-中英对照版.zip |
spring-boot-2.3.12.RELEASE.jar | spring-boot-2.3.12.RELEASE-API文档-中文版.zip | spring-boot-2.3.12.RELEASE-API文档-中英对照版.zip |
spring-boot-2.5.0.jar | spring-boot-2.5.0-API文档-中文版.zip | spring-boot-2.5.0-API文档-中英对照版.zip |
spring-boot-2.5.5.jar | spring-boot-2.5.5-API文档-中文版.zip | spring-boot-2.5.5-API文档-中英对照版.zip |
spring-boot-2.5.6.jar | 暂无 | spring-boot-2.5.6-API文档-中英对照版.zip |
spring-boot-2.6.3.jar | spring-boot-2.6.3-API文档-中文版.zip | spring-boot-2.6.3-API文档-中英对照版.zip |
spring-boot 简介
Spring Boot 可以轻松创建独立的、生产级的基于 Spring 的应用程序,您可以“直接运行”。
我们对 Spring 平台和第三方库有自己的看法,因此您可以轻松上手。大多数 Spring Boot 应用程序需要最少的 Spring 配置。
如果您正在寻找有关特定版本的信息,或有关如何从早期版本升级的说明,请查看我们 wiki 上的项目发行说明部分。
特征
-
创建独立的 Spring 应用程序
-
直接嵌入Tomcat、Jetty或Undertow(无需部署WAR文件)
-
提供自以为是的“入门”依赖项以简化您的构建配置
-
尽可能自动配置 Spring 和 3rd 方库
-
提供生产就绪的功能,例如指标、健康检查和外部化配置
-
绝对没有代码生成,也不需要 XML 配置
spring-boot 中文文档、中英对照文档 说明
摘要:spring-boot、org.springframework.boot、中文文档、中英对照文档、下载、包含jar包、原API文档、源代码、Maven依赖信息文件、翻译后的API文档、spring、springframework、boot、jar包、java、中英对照文档;
使用方法:解压翻译后的API文档,用浏览器打开“index.html”文件,即可纵览文档内容。
人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。
双语对照,边学技术、边学英语。
涉及的包(package)
spring-boot 2.6.3 API
Package | Description |
---|---|
org.springframework.boot |
Core Spring Boot classes.
核心弹簧引导类。 |
org.springframework.boot.admin |
Administration support for Spring Boot applications.
Spring Boot应用程序的管理支持。 |
org.springframework.boot.ansi |
Support classes to provide ANSI color output.
支持类以提供ANSI颜色输出。 |
org.springframework.boot.availability |
Support for describing the availability of Spring Boot applications.
支持描述Spring引导应用程序的可用性。 |
org.springframework.boot.builder |
Fluent 'builder' style API to construct a
SpringApplication .
流利的'Builder'S风格API构建SpringApplication。 |
org.springframework.boot.cloud |
Low level support for Cloud deployments.
对云部署的低级支持。 |
org.springframework.boot.context |
Classes related to Spring's
ApplicationContext .
与Spring的ApplicationContext相关的类。 |
org.springframework.boot.context.annotation |
Classes related to Spring's
ApplicationContext annotations.
与Spring的ApplicationContext注释相关的课程。 |
org.springframework.boot.context.config |
External configuration support allowing 'application.properties' to be loaded and used within a Spring Boot application.
外部配置支持允许加载并在Spring Boot应用程序中加载并使用“应用程序.Properties”。 |
org.springframework.boot.context.event |
ApplicationEvents triggered by Spring Boot.
弹簧启动触发的应用程序。 |
org.springframework.boot.context.logging |
Logging integration with Spring's Application Context.
使用Spring的应用程序上下文记录集成。 |
org.springframework.boot.context.metrics.buffering |
ApplicationStartup implementation for buffering steps and measuring their processing time.
适用于缓冲步骤的实现和测量处理时间。 |
org.springframework.boot.context.properties |
Support for external configuration properties.
支持外部配置属性。 |
org.springframework.boot.context.properties.bind |
Support for
@ConfigurationProperties binding.
支持@ConfigurationProperties绑定。 |
org.springframework.boot.context.properties.bind.handler |
General
BindHandler implementations.
一般BindHandler实现。 |
org.springframework.boot.context.properties.bind.validation |
Binding validation support.
绑定验证支持。 |
org.springframework.boot.context.properties.source |
Sources for external configuration properties.
外部配置属性的来源。 |
org.springframework.boot.convert |
Support for type conversion.
支持类型转换。 |
org.springframework.boot.diagnostics |
Support for failure analysis and reporting.
支持失败分析和报告。 |
org.springframework.boot.diagnostics.analyzer |
Internal
FailureAnalyzer implementations.
内部故障术策划器实现。 |
org.springframework.boot.env |
Spring
Environment support.
春天环境支持。 |
org.springframework.boot.info |
Support for providing information about an application.
支持提供有关应用程序的信息。 |
org.springframework.boot.jackson |
Custom enhancements and support for the Jackson project.
自定义增强和支持jackson项目。 |
org.springframework.boot.jdbc |
Support for Java Database Connectivity (JDBC).
支持Java数据库连接(JDBC)。 |
org.springframework.boot.jdbc.init |
Support for initialization of an SQL database using a JDBC
DataSource .
支持使用JDBC DataSource初始化SQL数据库。 |
org.springframework.boot.jdbc.metadata |
Support for accessing JDBC
DataSource metadata.
支持访问JDBC DataSource元数据。 |
org.springframework.boot.jms |
Support for Java Message Service (JMS).
支持Java消息服务(JMS)。 |
org.springframework.boot.json |
Support for parsing JSON.
支持解析JSON。 |
org.springframework.boot.jta.atomikos |
Support classes for Atomikos JTA.
支持atomikos JTA的类。 |
org.springframework.boot.logging |
Support and abstractions across several logging libraries.
跨几个日志记录库的支持和抽象。 |
org.springframework.boot.logging.java |
Support for 'Java Util Logging'.
支持“Java Util Logging”。 |
org.springframework.boot.logging.log4j2 |
Support for the Log4j 2 logging library.
支持log4j 2日志记录库。 |
org.springframework.boot.logging.logback |
Support for the Logback logging library.
支持Logback日志记录库。 |
org.springframework.boot.origin |
Support for item origin tracking.
支持项目原产地跟踪。 |
org.springframework.boot.orm.jpa |
JPA Support classes.
JPA支持类。 |
org.springframework.boot.orm.jpa.hibernate |
Hibernate Support classes.
Hibernate支持类。 |
org.springframework.boot.r2dbc |
Support for R2DBC connectivity.
支持R2DBC连接。 |
org.springframework.boot.r2dbc.init |
Support for initialization of an SQL database using an R2DBC
ConnectionFactory .
支持使用R2DBC ConnectionFactory初始化SQL数据库。 |
org.springframework.boot.reactor |
Support classes for Reactor integration.
支持类别反应堆集成的类。 |
org.springframework.boot.rsocket.context |
RSocket integrations with Spring Framework's
ApplicationContext .
使用Spring Framework的ApplicationContext rsocket集成。 |
org.springframework.boot.rsocket.messaging |
Support for RSocket-based messaging.
支持基于rsocket的消息传递。 |
org.springframework.boot.rsocket.netty |
Reactor Netty based RSocket server implementation.
基于RESTOR NETNTY的RSocket服务器实现。 |
org.springframework.boot.rsocket.server |
Support for RSocket servers.
支持rsocket服务器。 |
org.springframework.boot.security.reactive |
Classes and utilities for reactive Spring Security.
无功春季安全的课程和公用事业。 |
org.springframework.boot.security.servlet |
Classes and utilities for Servlet-based Spring Security.
基于Servlet的Spring安全的类和实用程序。 |
org.springframework.boot.sql.init |
Support for initialization of an SQL database.
支持初始化SQL数据库。 |
org.springframework.boot.sql.init.dependency |
Infrastructure for establishing database initialization bean dependencies.
建立数据库初始化bean依赖项的基础架构。 |
org.springframework.boot.system |
General system support classes.
一般系统支持类。 |
org.springframework.boot.task |
Utilities and classes related to task execution and scheduling.
与任务执行和调度相关的实用程序和课程。 |
org.springframework.boot.type.classreading |
Support classes for reading annotation and class-level metadata.
支持读取注释和类级元数据的类。 |
org.springframework.boot.util |
Contains miscellaneous utility classes.
包含杂项实用类。 |
org.springframework.boot.validation |
Utilities and classes related to validation.
与验证相关的实用程序和课程。 |
org.springframework.boot.validation.beanvalidation |
Utilities and classes related to bean validation.
与bean验证相关的实用程序和类。 |
org.springframework.boot.web.client |
Web client utilities.
Web客户端实用程序。 |
org.springframework.boot.web.codec |
Support for web-based codecs.
支持基于Web的编解码器。 |
org.springframework.boot.web.context |
Web integrations with Spring's
ApplicationContext .
Web集成与Spring的ApplicationContext。 |
org.springframework.boot.web.embedded.jetty |
Embedded reactive and servlet web server implementations backed by Jetty.
嵌入式反应和servlet web服务器实现由jetty支持的实现。 |
org.springframework.boot.web.embedded.netty |
Embedded reactive web server implementation backed by Netty.
Netty支持的嵌入式无功Web服务器实现。 |
org.springframework.boot.web.embedded.tomcat |
Embedded reactive and servlet web server implementations backed by Tomcat.
由Tomcat支持的嵌入式反应和Servlet Web服务器实现。 |
org.springframework.boot.web.embedded.undertow |
Embedded reactive and servlet web server implementations backed by Undertow.
嵌入式的反应性和Servlet Web服务器实现由承诺支持。 |
org.springframework.boot.web.error |
Spring Web error handling infrastructure.
Spring Web错误处理基础架构。 |
org.springframework.boot.web.reactive.context |
Reactive based web integrations with Spring's
ApplicationContext .
基于基于的Web集成与Spring的ApplicationContext。 |
org.springframework.boot.web.reactive.error |
Spring WebFlux error handling infrastructure.
Spring WebFlux错误处理基础架构。 |
org.springframework.boot.web.reactive.filter |
Spring Boot specific
WebFilter implementations.
Spring启动特定WebFilter实现。 |
org.springframework.boot.web.reactive.function.client |
Spring WebFlux WebClient support abstractions.
Spring WebFlux WebClient支持抽象。 |
org.springframework.boot.web.reactive.result.view |
Additional
Views for use with WebFlux.
与WebFlux一起使用的其他视图。 |
org.springframework.boot.web.reactive.server |
Reactive web server abstractions.
反应性Web服务器抽象。 |
org.springframework.boot.web.server |
Support for embedded web servers.
支持嵌入式Web服务器。 |
org.springframework.boot.web.servlet |
Classes and utilities designed to work with the
javax.servlet specification.
旨在使用Javax.Servlet规范的类和实用程序。 |
org.springframework.boot.web.servlet.context |
Servlet based web integrations with Spring's
WebApplicationContext .
基于Servlet的Web集成与Spring的WebApplicationContext。 |
org.springframework.boot.web.servlet.error |
Spring MVC error handling infrastructure.
Spring MVC误差处理基础设施。 |
org.springframework.boot.web.servlet.filter |
Spring Boot specific
Filter implementations.
Spring启动特定的过滤器实现。 |
org.springframework.boot.web.servlet.server |
Servlet web server abstractions.
servlet web服务器抽象。 |
org.springframework.boot.web.servlet.support |
Support classes for Servlet-based web servers.
支持基于Servlet的Web服务器的类。 |
org.springframework.boot.web.servlet.view |
Additional
Views for use with Web MVC.
用于Web MVC的其他视图。 |
org.springframework.boot.webservices.client |
Web Services client utilities.
Web服务客户端实用程序。 |
涉及的类(class)
AbstractBeansOfTypeDatabaseInitializerDetector
AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
AbstractBindHandler
AbstractConfigurableWebServerFactory
AbstractDataSourceInitializer
AbstractDataSourcePoolMetadata
AbstractFailureAnalyzer
AbstractFilterRegistrationBean
AbstractInjectionFailureAnalyzer
AbstractJsonParser
AbstractLoggingSystem
AbstractLoggingSystem.LogLevels
AbstractReactiveWebServerFactory
AbstractScriptDatabaseInitializer
AbstractServletWebServerFactory
AnnotationConfigReactiveWebApplicationContext
AnnotationConfigReactiveWebServerApplicationContext
AnnotationConfigServletWebApplicationContext
AnnotationConfigServletWebServerApplicationContext
Ansi8BitColor
AnsiBackground
AnsiColor
AnsiColors
AnsiColors.BitDepth
AnsiElement
AnsiOutput
AnsiOutput.Enabled
AnsiOutputApplicationListener
AnsiPropertySource
AnsiStyle
ApplicationArguments
ApplicationAvailability
ApplicationAvailabilityBean
ApplicationContextFactory
ApplicationContextHeaderFilter
ApplicationContextInitializedEvent
ApplicationContextRequestMatcher
ApplicationContextServerWebExchangeMatcher
ApplicationConversionService
ApplicationEnvironmentPreparedEvent
ApplicationFailedEvent
ApplicationHome
ApplicationPid
ApplicationPidFileWriter
ApplicationPreparedEvent
ApplicationReadyEvent
ApplicationRunner
ApplicationStartedEvent
ApplicationStartingEvent
ApplicationTemp
AtomikosConnectionFactoryBean
AtomikosDataSourceBean
AtomikosDependsOnBeanFactoryPostProcessor
AtomikosProperties
AtomikosProperties.Recovery
AtomikosXAConnectionFactoryWrapper
AtomikosXADataSourceWrapper
AvailabilityChangeEvent
AvailabilityState
Banner
Banner.Mode
BasicJsonParser
BeanNotOfRequiredTypeFailureAnalyzer
Bindable
Bindable.BindRestriction
BindConstructorProvider
BindContext
Binder
BindException
BindHandler
BindResult
BindValidationException
BootstrapContext
BootstrapContextClosedEvent
BootstrapRegistry
BootstrapRegistry.InstanceSupplier
BootstrapRegistry.Scope
BootstrapRegistryInitializer
BoundConfigurationProperties
BoundPropertiesTrackingBindHandler
BufferingApplicationStartup
BuildProperties
ClientHttpRequestFactorySupplier
CloudFoundryVcapEnvironmentPostProcessor
CloudPlatform
CodecCustomizer
ColorConverter
ColorConverter
CommandLineRunner
CommonsDbcp2DataSourcePoolMetadata
CompositeDataSourcePoolMetadataProvider
Compression
ConcurrentReferenceCachingMetadataReaderFactory
ConfigData
ConfigData.Option
ConfigData.Options
ConfigData.PropertySourceOptions
ConfigDataEnvironmentPostProcessor
ConfigDataEnvironmentUpdateListener
ConfigDataException
ConfigDataLoader
ConfigDataLoaderContext
ConfigDataLocation
ConfigDataLocationNotFoundException
ConfigDataLocationResolver
ConfigDataLocationResolverContext
ConfigDataNotFoundAction
ConfigDataNotFoundException
ConfigDataResource
ConfigDataResourceNotFoundException
ConfigFileApplicationListener
ConfigTreeConfigDataLoader
ConfigTreeConfigDataLocationResolver
ConfigTreeConfigDataResource
ConfigTreePropertySource
ConfigTreePropertySource.Option
ConfigTreePropertySource.Value
ConfigurableBootstrapContext
ConfigurableJettyWebServerFactory
ConfigurableReactiveWebApplicationContext
ConfigurableReactiveWebEnvironment
ConfigurableReactiveWebServerFactory
ConfigurableRSocketServerFactory
ConfigurableServletWebServerFactory
ConfigurableTomcatWebServerFactory
ConfigurableUndertowWebServerFactory
ConfigurableWebServerApplicationContext
ConfigurableWebServerFactory
ConfigurationProperties
ConfigurationPropertiesBean
ConfigurationPropertiesBean.BindMethod
ConfigurationPropertiesBindException
ConfigurationPropertiesBindHandlerAdvisor
ConfigurationPropertiesBinding
ConfigurationPropertiesBindingPostProcessor
ConfigurationPropertiesScan
ConfigurationProperty
ConfigurationPropertyCaching
ConfigurationPropertyName
ConfigurationPropertyName.Form
ConfigurationPropertyNameAliases
ConfigurationPropertySource
ConfigurationPropertySources
ConfigurationPropertyState
Configurations
ConfigurationWarningsApplicationContextInitializer
ConfigurationWarningsApplicationContextInitializer.Check
ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
ConnectionFactoryBuilder
ConnectorStartFailedException
ConstructorBinding
ContextIdApplicationContextInitializer
Cookie
Cookie.SameSite
CookieSameSiteSupplier
DatabaseDriver
DatabaseInitializationDependencyConfigurer
DatabaseInitializationMode
DatabaseInitializationSettings
DatabaseInitializerDetector
DataObjectPropertyName
DataSizeUnit
DataSourceBuilder
DataSourceInitializationMode
DataSourcePoolMetadata
DataSourcePoolMetadataProvider
DataSourceScriptDatabaseInitializer
DataSourceUnwrapper
DebugAgentEnvironmentPostProcessor
DefaultApplicationArguments
DefaultBootstrapContext
DefaultErrorAttributes
DefaultErrorAttributes
DefaultPropertiesPropertySource
DefaultValue
DeferredLog
DeferredLogFactory
DeferredLogs
DelegatingApplicationContextInitializer
DelegatingApplicationListener
DelegatingFilterProxyRegistrationBean
Delimiter
DependsOnDatabaseInitialization
DependsOnDatabaseInitializationDetector
DeprecatedConfigurationProperty
DeterminableImports
DispatcherType
DurationFormat
DurationStyle
DurationUnit
DynamicRegistrationBean
EmbeddedDatabaseConnection
EmbeddedDatabaseConnection
EnableConfigurationProperties
Encoding
Encoding.Type
EntityManagerFactoryBuilder
EnvironmentPostProcessor
EnvironmentPostProcessorApplicationListener
EnvironmentPostProcessorsFactory
ErrorAttributeOptions
ErrorAttributeOptions.Include
ErrorAttributes
ErrorAttributes
ErrorController
ErrorPage
ErrorPageFilter
ErrorPageRegistrar
ErrorPageRegistrarBeanPostProcessor
ErrorPageRegistry
ErrorPageSecurityFilter
ErrorWebExceptionHandler
EventPublishingRunListener
ExitCodeEvent
ExitCodeExceptionMapper
ExitCodeGenerator
ExtendedWhitespaceThrowablePatternConverter
ExtendedWhitespaceThrowableProxyConverter
FailureAnalysis
FailureAnalysisReporter
FailureAnalyzer
FileEncodingApplicationListener
FilteredMethodValidationPostProcessor
FilterRegistrationBean
GenericReactiveWebApplicationContext
GitProperties
GracefulShutdownCallback
GracefulShutdownResult
GsonJsonParser
HikariDataSourcePoolMetadata
Http2
HttpHandlerFactory
HttpWebServiceMessageSenderBuilder
IgnoreErrorsBindHandler
IgnoreTopLevelConverterNotFoundBindHandler
ImageBanner
ImageBanner.PixelMode
InactiveConfigDataAccessException
IncompatibleConfigurationException
InfoProperties
InfoProperties.Entry
Instantiator
Instantiator.AvailableParameters
InvalidConfigDataPropertyException
InvalidConfigurationPropertyNameException
InvalidConfigurationPropertyValueException
IterableConfigurationPropertySource
JacksonJsonParser
JavaInfo
JavaInfo.JavaRuntimeEnvironmentInfo
JavaInfo.JavaVirtualMachineInfo
JavaLoggingSystem
JavaLoggingSystem.Factory
JavaVersion
JettyReactiveWebServerFactory
JettyServerCustomizer
JettyServletWebServerFactory
JettyWebServer
JsonComponent
JsonComponent.Scope
JsonComponentModule
JsonObjectDeserializer
JsonObjectSerializer
JsonParseException
JsonParser
JsonParserFactory
Jsp
LambdaSafe
LambdaSafe.Callback
LambdaSafe.Callbacks
LambdaSafe.InvocationResult
LambdaSafe.LambdaSafeCallback
LazyInitializationBeanFactoryPostProcessor
LazyInitializationExcludeFilter
LivenessState
LocalRSocketServerPort
LocalServerPort
Log4J2LoggingSystem
Log4J2LoggingSystem.Factory
LogbackLoggingSystem
LogbackLoggingSystem.Factory
LogbackLoggingSystemProperties
LogFile
LoggerConfiguration
LoggerGroup
LoggerGroups
LoggingApplicationListener
LoggingFailureAnalysisReporter
LoggingInitializationContext
LoggingSystem
LoggingSystemFactory
LoggingSystemProperties
LogLevel
MapConfigurationPropertySource
MessageInterpolatorFactory
MethodValidationExcludeFilter
MimeMappings
MimeMappings.Mapping
MultipartConfigFactory
MustacheView
MustacheView
MustacheViewResolver
MustacheViewResolver
MutuallyExclusiveConfigurationPropertiesException
Name
NestedConfigurationProperty
NettyReactiveWebServerFactory
NettyRouteProvider
NettyRSocketServer
NettyRSocketServerFactory
NettyServerCustomizer
NettyWebServer
NoUnboundElementsBindHandler
OptionsCapableConnectionFactory
OracleUcpDataSourcePoolMetadata
OrderedCharacterEncodingFilter
OrderedFilter
OrderedFormContentFilter
OrderedHiddenHttpMethodFilter
OrderedHiddenHttpMethodFilter
OrderedRequestContextFilter
OrderedWebFilter
Origin
OriginLookup
OriginProvider
OriginTrackedMapPropertySource
OriginTrackedResource
OriginTrackedResource.OriginTrackedWritableResource
OriginTrackedValue
ParentContextApplicationContextInitializer
ParentContextApplicationContextInitializer.ParentContextAvailableEvent
ParentContextCloserApplicationListener
ParentContextCloserApplicationListener.ContextCloserListener
PeriodFormat
PeriodStyle
PeriodUnit
PlaceholdersResolver
PlatformPlaceholderDatabaseDriverResolver
PortInUseException
Profiles
PropertiesPropertySourceLoader
PropertyMapper
PropertyMapper.Source
PropertyMapper.SourceOperator
PropertySourceLoader
PropertySourceOrigin
PropertySourcesPlaceholdersResolver
R2dbcScriptDatabaseInitializer
RandomValuePropertySource
RandomValuePropertySourceEnvironmentPostProcessor
ReactiveWebApplicationContext
ReactiveWebServerApplicationContext
ReactiveWebServerFactory
ReactiveWebServerInitializedEvent
ReadinessState
RegistrationBean
ResourceBanner
RestTemplateBuilder
RestTemplateCustomizer
RestTemplateRequestCustomizer
RootUriTemplateHandler
RSocketPortInfoApplicationContextInitializer
RSocketServer
RSocketServer.Transport
RSocketServerBootstrap
RSocketServerCustomizer
RSocketServerException
RSocketServerFactory
RSocketServerInitializedEvent
RSocketStrategiesCustomizer
SchemaManagement
SchemaManagementProvider
ServerPortInfoApplicationContextInitializer
ServletComponentScan
ServletContextApplicationContextInitializer
ServletContextInitializer
ServletContextInitializerBeans
ServletContextInitializerBeans.RegistrationBeanAdapter
ServletContextInitializerConfiguration
ServletListenerRegistrationBean
ServletRegistrationBean
ServletWebServerApplicationContext
ServletWebServerApplicationContext.ExistingWebApplicationScopes
ServletWebServerFactory
ServletWebServerInitializedEvent
Session
Session.Cookie
Session.SessionTrackingMode
Shutdown
SimpleFormatter
Slf4JLoggingSystem
SpringApplication
SpringApplicationAdminMXBean
SpringApplicationAdminMXBeanRegistrar
SpringApplicationBuilder
SpringApplicationEvent
SpringApplicationJsonEnvironmentPostProcessor
SpringApplicationRunListener
SpringApplicationShutdownHandlers
SpringBootConfiguration
SpringBootConfigurationFactory
SpringBootExceptionReporter
SpringBootPropertySource
SpringBootServletInitializer
SpringBootVersion
SpringImplicitNamingStrategy
SpringJtaPlatform
SpringPhysicalNamingStrategy
Ssl
Ssl.ClientAuth
SslConfigurationValidator
SslServerCustomizer
SslStoreProvider
StandardConfigDataLoader
StandardConfigDataLocationResolver
StandardConfigDataResource
StandardReactiveWebEnvironment
StartupTimeline
StartupTimeline.TimelineEvent
SystemEnvironmentOrigin
SystemEnvironmentPropertySourceEnvironmentPostProcessor
SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
SystemProperties
TaskExecutorBuilder
TaskExecutorCustomizer
TaskSchedulerBuilder
TaskSchedulerCustomizer
TextResourceOrigin
TextResourceOrigin.Location
TomcatConnectorCustomizer
TomcatContextCustomizer
TomcatDataSourcePoolMetadata
TomcatEmbeddedWebappClassLoader
TomcatProtocolHandlerCustomizer
TomcatReactiveWebServerFactory
TomcatServletWebServerFactory
TomcatWebServer
TypeExcludeFilter
UnboundConfigurationPropertiesException
UnboundElementsSourceFilter
UndertowBuilderCustomizer
UndertowDeploymentInfoCustomizer
UndertowReactiveWebServerFactory
UndertowServletWebServer
UndertowServletWebServerFactory
UndertowWebServer
UnsupportedConfigDataLocationException
UnsupportedDataSourcePropertyException
UserConfigurations
ValidationBindHandler
ValidationErrors
WebApplicationContextServletContextAwareProcessor
WebApplicationType
WebClientCustomizer
WebListenerRegistrar
WebListenerRegistry
WebServer
WebServerApplicationContext
WebServerException
WebServerFactory
WebServerFactoryCustomizer
WebServerFactoryCustomizerBeanPostProcessor
WebServerGracefulShutdownLifecycle
WebServerInitializedEvent
WebServerPortFileWriter
WebServiceTemplateBuilder
WebServiceTemplateCustomizer
WhitespaceThrowablePatternConverter
WhitespaceThrowableProxyConverter
XAConnectionFactoryWrapper
XADataSourceWrapper
XmlServletWebServerApplicationContext
YamlJsonParser
YamlPropertySourceLoader