org.springframework.boot : spring-boot 中文文档(中英对照·API·接口·操作手册·全版本)以2.7.3为例,含Maven依赖、jar包、源码

发布于: 2025-12-10 | 浏览量: 加载中...

返回开源软件分享列表
org.springframework.boot spring-boot 2.7.3 API文档 接口文档 中文文档 中英对照 Java JavaDoc 操作手册 Maven依赖 Gradle依赖 Java开发 使用指南 离线文档 Java编程 寒水馨

[toc]

完整文档下载地址(类、方法、参数说明)

  1. 中文-英文对照文档:位于压缩包内的“文档”文件夹中
  2. 说明文件:使用说明.txt、README.md
  3. Maven依赖:spring-boot-2.7.3.jar Maven依赖信息(可用于项目pom.xml).txt
  4. Gradle依赖:spring-boot-2.7.3.jar Gradle依赖信息(可用于项目build.gradle).txt
  5. jar包下载地址:spring-boot-2.7.3.jar下载地址(官方地址+国内镜像地址).txt
  6. 源码下载地址:spring-boot-2.7.3-sources.jar下载地址(官方地址+国内镜像地址).txt

使用方法

  1. 解压 spring-boot-2.7.3.jar中文-英文对照文档.zip,找到 解压后的文件夹>文档>index.html,双击index.html即可用浏览器打开查看。
  2. 为了防止解压后路径太长导致浏览器无法打开,推荐在解压时选择“解压到当前文件夹”(放心,自带文件夹,文件不会散落一地)。
  3. 有时,一套Java组件会有多个jar,所以在下载前,请仔细阅读本篇描述,以确保这就是你需要的文件。

组件信息

简介

  • 名称: spring-boot
  • 描述: Spring Boot
  • 版本: 2.7.3

Maven依赖

<dependency>
	<groupId>org.springframework.boot</groupId>
	<artifactId>spring-boot</artifactId>
	<version>2.7.3</version>
</dependency> 

Gradle依赖

Gradle:
	implementation group: 'org.springframework.boot', name: 'spring-boot', version: '2.7.3'
Gradle (Short):
	implementation 'org.springframework.boot:spring-boot:2.7.3'
Gradle (Kotlin):
	implementation("org.springframework.boot:spring-boot:2.7.3") 

寒水馨 Java 组件中文文档系列说明

  • 文档为 Java 组件的中文翻译文档
  • 文档由 寒水馨 翻译整理,非官方版本
  • 本系列文档获取地址:https://hanshuixin.org
  • 本文档为人性化翻译,精心制作,请放心使用
  • 本文档为双语同时展示,一行原文、一行译文,可逐行对照,避免了原文/译文来回切换的麻烦
  • 有原文可参照,不再担心翻译偏差误导
  • 边学技术、边学英语
  • 只翻译了该翻译的内容,如:注释、说明、描述、用法讲解 等
  • 不该翻译的内容保持原样,如:类名、方法名、包名、类型、关键字、代码 等

版权声明与来源信息

本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。

本组件包含的 Java package(包)

org.springframework.boot
org.springframework.boot.admin
org.springframework.boot.ansi
org.springframework.boot.availability
org.springframework.boot.builder
org.springframework.boot.cloud
org.springframework.boot.context
org.springframework.boot.context.annotation
org.springframework.boot.context.config
org.springframework.boot.context.event
org.springframework.boot.context.logging
org.springframework.boot.context.metrics.buffering
org.springframework.boot.context.properties
org.springframework.boot.context.properties.bind
org.springframework.boot.context.properties.bind.handler
org.springframework.boot.context.properties.bind.validation
org.springframework.boot.context.properties.source
org.springframework.boot.convert
org.springframework.boot.diagnostics
org.springframework.boot.diagnostics.analyzer
org.springframework.boot.env
org.springframework.boot.info
org.springframework.boot.jackson
org.springframework.boot.jdbc
org.springframework.boot.jdbc.init
org.springframework.boot.jdbc.metadata
org.springframework.boot.jms
org.springframework.boot.json
org.springframework.boot.jta.atomikos
org.springframework.boot.logging
org.springframework.boot.logging.java
org.springframework.boot.logging.log4j2
org.springframework.boot.logging.logback
org.springframework.boot.origin
org.springframework.boot.orm.jpa
org.springframework.boot.orm.jpa.hibernate
org.springframework.boot.r2dbc
org.springframework.boot.r2dbc.init
org.springframework.boot.reactor
org.springframework.boot.rsocket.context
org.springframework.boot.rsocket.messaging
org.springframework.boot.rsocket.netty
org.springframework.boot.rsocket.server
org.springframework.boot.security.reactive
org.springframework.boot.security.servlet
org.springframework.boot.sql.init
org.springframework.boot.sql.init.dependency
org.springframework.boot.system
org.springframework.boot.task
org.springframework.boot.type.classreading
org.springframework.boot.util
org.springframework.boot.validation
org.springframework.boot.validation.beanvalidation
org.springframework.boot.web.client
org.springframework.boot.web.codec
org.springframework.boot.web.context
org.springframework.boot.web.embedded.jetty
org.springframework.boot.web.embedded.netty
org.springframework.boot.web.embedded.tomcat
org.springframework.boot.web.embedded.undertow
org.springframework.boot.web.error
org.springframework.boot.web.reactive.context
org.springframework.boot.web.reactive.error
org.springframework.boot.web.reactive.filter
org.springframework.boot.web.reactive.function.client
org.springframework.boot.web.reactive.result.view
org.springframework.boot.web.reactive.server
org.springframework.boot.web.server
org.springframework.boot.web.servlet
org.springframework.boot.web.servlet.context
org.springframework.boot.web.servlet.error
org.springframework.boot.web.servlet.filter
org.springframework.boot.web.servlet.server
org.springframework.boot.web.servlet.support
org.springframework.boot.web.servlet.view
org.springframework.boot.webservices.client 

本组件包含的 Java class(类)

org.springframework.boot.ApplicationArguments
org.springframework.boot.ApplicationContextFactory
org.springframework.boot.ApplicationRunner
org.springframework.boot.Banner
org.springframework.boot.Banner.Mode
org.springframework.boot.BootstrapContext
org.springframework.boot.BootstrapContextClosedEvent
org.springframework.boot.BootstrapRegistry
org.springframework.boot.BootstrapRegistry.InstanceSupplier
org.springframework.boot.BootstrapRegistry.Scope
org.springframework.boot.BootstrapRegistryInitializer
org.springframework.boot.CommandLineRunner
org.springframework.boot.ConfigurableBootstrapContext
org.springframework.boot.DefaultApplicationArguments
org.springframework.boot.DefaultBootstrapContext
org.springframework.boot.DefaultPropertiesPropertySource
org.springframework.boot.ExitCodeEvent
org.springframework.boot.ExitCodeExceptionMapper
org.springframework.boot.ExitCodeGenerator
org.springframework.boot.ImageBanner
org.springframework.boot.ImageBanner.PixelMode
org.springframework.boot.LazyInitializationBeanFactoryPostProcessor
org.springframework.boot.LazyInitializationExcludeFilter
org.springframework.boot.ResourceBanner
org.springframework.boot.SpringApplication
org.springframework.boot.SpringApplicationRunListener
org.springframework.boot.SpringApplicationShutdownHandlers
org.springframework.boot.SpringBootConfiguration
org.springframework.boot.SpringBootExceptionReporter
org.springframework.boot.SpringBootVersion
org.springframework.boot.WebApplicationType
org.springframework.boot.admin.SpringApplicationAdminMXBean
org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar
org.springframework.boot.ansi.Ansi8BitColor
org.springframework.boot.ansi.AnsiBackground
org.springframework.boot.ansi.AnsiColor
org.springframework.boot.ansi.AnsiColors
org.springframework.boot.ansi.AnsiColors.BitDepth
org.springframework.boot.ansi.AnsiElement
org.springframework.boot.ansi.AnsiOutput
org.springframework.boot.ansi.AnsiOutput.Enabled
org.springframework.boot.ansi.AnsiPropertySource
org.springframework.boot.ansi.AnsiStyle
org.springframework.boot.availability.ApplicationAvailability
org.springframework.boot.availability.ApplicationAvailabilityBean
org.springframework.boot.availability.AvailabilityChangeEvent
org.springframework.boot.availability.AvailabilityState
org.springframework.boot.availability.LivenessState
org.springframework.boot.availability.ReadinessState
org.springframework.boot.builder.ParentContextApplicationContextInitializer
org.springframework.boot.builder.ParentContextApplicationContextInitializer.ParentContextAvailableEvent
org.springframework.boot.builder.ParentContextCloserApplicationListener
org.springframework.boot.builder.ParentContextCloserApplicationListener.ContextCloserListener
org.springframework.boot.builder.SpringApplicationBuilder
org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor
org.springframework.boot.cloud.CloudPlatform
org.springframework.boot.context.ApplicationPidFileWriter
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.Check
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ComponentScanPackageCheck
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.ConfigurationWarningsPostProcessor
org.springframework.boot.context.ContextIdApplicationContextInitializer
org.springframework.boot.context.FileEncodingApplicationListener
org.springframework.boot.context.TypeExcludeFilter
org.springframework.boot.context.annotation.Configurations
org.springframework.boot.context.annotation.DeterminableImports
org.springframework.boot.context.annotation.ImportCandidates
org.springframework.boot.context.annotation.UserConfigurations
org.springframework.boot.context.config.AnsiOutputApplicationListener
org.springframework.boot.context.config.ConfigData
org.springframework.boot.context.config.ConfigData.Option
org.springframework.boot.context.config.ConfigData.Options
org.springframework.boot.context.config.ConfigData.PropertySourceOptions
org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor
org.springframework.boot.context.config.ConfigDataEnvironmentUpdateListener
org.springframework.boot.context.config.ConfigDataException
org.springframework.boot.context.config.ConfigDataLoader
org.springframework.boot.context.config.ConfigDataLoaderContext
org.springframework.boot.context.config.ConfigDataLocation
org.springframework.boot.context.config.ConfigDataLocationNotFoundException
org.springframework.boot.context.config.ConfigDataLocationResolver
org.springframework.boot.context.config.ConfigDataLocationResolverContext
org.springframework.boot.context.config.ConfigDataNotFoundAction
org.springframework.boot.context.config.ConfigDataNotFoundException
org.springframework.boot.context.config.ConfigDataResource
org.springframework.boot.context.config.ConfigDataResourceNotFoundException
org.springframework.boot.context.config.ConfigFileApplicationListener
org.springframework.boot.context.config.ConfigTreeConfigDataLoader
org.springframework.boot.context.config.ConfigTreeConfigDataLocationResolver
org.springframework.boot.context.config.ConfigTreeConfigDataResource
org.springframework.boot.context.config.DelegatingApplicationContextInitializer
org.springframework.boot.context.config.DelegatingApplicationListener
org.springframework.boot.context.config.InactiveConfigDataAccessException
org.springframework.boot.context.config.InvalidConfigDataPropertyException
org.springframework.boot.context.config.Profiles
org.springframework.boot.context.config.StandardConfigDataLoader
org.springframework.boot.context.config.StandardConfigDataLocationResolver
org.springframework.boot.context.config.StandardConfigDataResource
org.springframework.boot.context.config.UnsupportedConfigDataLocationException
org.springframework.boot.context.event.ApplicationContextInitializedEvent
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent
org.springframework.boot.context.event.ApplicationFailedEvent
org.springframework.boot.context.event.ApplicationPreparedEvent
org.springframework.boot.context.event.ApplicationReadyEvent
org.springframework.boot.context.event.ApplicationStartedEvent
org.springframework.boot.context.event.ApplicationStartingEvent
org.springframework.boot.context.event.EventPublishingRunListener
org.springframework.boot.context.event.SpringApplicationEvent
org.springframework.boot.context.logging.LoggingApplicationListener
org.springframework.boot.context.metrics.buffering.BufferingApplicationStartup
org.springframework.boot.context.metrics.buffering.StartupTimeline
org.springframework.boot.context.metrics.buffering.StartupTimeline.TimelineEvent
org.springframework.boot.context.properties.BoundConfigurationProperties
org.springframework.boot.context.properties.ConfigurationProperties
org.springframework.boot.context.properties.ConfigurationPropertiesBean
org.springframework.boot.context.properties.ConfigurationPropertiesBean.BindMethod
org.springframework.boot.context.properties.ConfigurationPropertiesBindException
org.springframework.boot.context.properties.ConfigurationPropertiesBindHandlerAdvisor
org.springframework.boot.context.properties.ConfigurationPropertiesBinding
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
org.springframework.boot.context.properties.ConfigurationPropertiesScan
org.springframework.boot.context.properties.ConstructorBinding
org.springframework.boot.context.properties.DeprecatedConfigurationProperty
org.springframework.boot.context.properties.EnableConfigurationProperties
org.springframework.boot.context.properties.IncompatibleConfigurationException
org.springframework.boot.context.properties.NestedConfigurationProperty
org.springframework.boot.context.properties.PropertyMapper
org.springframework.boot.context.properties.PropertyMapper.Source
org.springframework.boot.context.properties.PropertyMapper.SourceOperator
org.springframework.boot.context.properties.bind.AbstractBindHandler
org.springframework.boot.context.properties.bind.BindConstructorProvider
org.springframework.boot.context.properties.bind.BindContext
org.springframework.boot.context.properties.bind.BindException
org.springframework.boot.context.properties.bind.BindHandler
org.springframework.boot.context.properties.bind.BindResult
org.springframework.boot.context.properties.bind.Bindable
org.springframework.boot.context.properties.bind.Bindable.BindRestriction
org.springframework.boot.context.properties.bind.Binder
org.springframework.boot.context.properties.bind.BoundPropertiesTrackingBindHandler
org.springframework.boot.context.properties.bind.DataObjectPropertyName
org.springframework.boot.context.properties.bind.DefaultValue
org.springframework.boot.context.properties.bind.Name
org.springframework.boot.context.properties.bind.PlaceholdersResolver
org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver
org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException
org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler
org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler
org.springframework.boot.context.properties.bind.validation.BindValidationException
org.springframework.boot.context.properties.bind.validation.ValidationBindHandler
org.springframework.boot.context.properties.bind.validation.ValidationErrors
org.springframework.boot.context.properties.source.ConfigurationProperty
org.springframework.boot.context.properties.source.ConfigurationPropertyCaching
org.springframework.boot.context.properties.source.ConfigurationPropertyName
org.springframework.boot.context.properties.source.ConfigurationPropertyName.Form
org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases
org.springframework.boot.context.properties.source.ConfigurationPropertySource
org.springframework.boot.context.properties.source.ConfigurationPropertySources
org.springframework.boot.context.properties.source.ConfigurationPropertyState
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyNameException
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException
org.springframework.boot.context.properties.source.IterableConfigurationPropertySource
org.springframework.boot.context.properties.source.MapConfigurationPropertySource
org.springframework.boot.context.properties.source.MutuallyExclusiveConfigurationPropertiesException
org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
org.springframework.boot.convert.ApplicationConversionService
org.springframework.boot.convert.DataSizeUnit
org.springframework.boot.convert.Delimiter
org.springframework.boot.convert.DurationFormat
org.springframework.boot.convert.DurationStyle
org.springframework.boot.convert.DurationUnit
org.springframework.boot.convert.PeriodFormat
org.springframework.boot.convert.PeriodStyle
org.springframework.boot.convert.PeriodUnit
org.springframework.boot.diagnostics.AbstractFailureAnalyzer
org.springframework.boot.diagnostics.FailureAnalysis
org.springframework.boot.diagnostics.FailureAnalysisReporter
org.springframework.boot.diagnostics.FailureAnalyzer
org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter
org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer
org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer
org.springframework.boot.env.ConfigTreePropertySource
org.springframework.boot.env.ConfigTreePropertySource.Option
org.springframework.boot.env.ConfigTreePropertySource.Value
org.springframework.boot.env.EnvironmentPostProcessor
org.springframework.boot.env.EnvironmentPostProcessorApplicationListener
org.springframework.boot.env.EnvironmentPostProcessorsFactory
org.springframework.boot.env.OriginTrackedMapPropertySource
org.springframework.boot.env.PropertiesPropertySourceLoader
org.springframework.boot.env.PropertySourceLoader
org.springframework.boot.env.RandomValuePropertySource
org.springframework.boot.env.RandomValuePropertySourceEnvironmentPostProcessor
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.OriginAwareSystemEnvironmentPropertySource
org.springframework.boot.env.YamlPropertySourceLoader
org.springframework.boot.info.BuildProperties
org.springframework.boot.info.GitProperties
org.springframework.boot.info.InfoProperties
org.springframework.boot.info.InfoProperties.Entry
org.springframework.boot.info.JavaInfo
org.springframework.boot.info.JavaInfo.JavaRuntimeEnvironmentInfo
org.springframework.boot.info.JavaInfo.JavaVendorInfo
org.springframework.boot.info.JavaInfo.JavaVirtualMachineInfo
org.springframework.boot.info.OsInfo
org.springframework.boot.jackson.JsonComponent
org.springframework.boot.jackson.JsonComponent.Scope
org.springframework.boot.jackson.JsonComponentModule
org.springframework.boot.jackson.JsonMixin
org.springframework.boot.jackson.JsonMixinModule
org.springframework.boot.jackson.JsonObjectDeserializer
org.springframework.boot.jackson.JsonObjectSerializer
org.springframework.boot.jdbc.AbstractDataSourceInitializer
org.springframework.boot.jdbc.DataSourceBuilder
org.springframework.boot.jdbc.DataSourceInitializationMode
org.springframework.boot.jdbc.DataSourceUnwrapper
org.springframework.boot.jdbc.DatabaseDriver
org.springframework.boot.jdbc.EmbeddedDatabaseConnection
org.springframework.boot.jdbc.SchemaManagement
org.springframework.boot.jdbc.SchemaManagementProvider
org.springframework.boot.jdbc.UnsupportedDataSourcePropertyException
org.springframework.boot.jdbc.XADataSourceWrapper
org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer
org.springframework.boot.jdbc.init.PlatformPlaceholderDatabaseDriverResolver
org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata
org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata
org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider
org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata
org.springframework.boot.jdbc.metadata.OracleUcpDataSourcePoolMetadata
org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata
org.springframework.boot.jms.XAConnectionFactoryWrapper
org.springframework.boot.json.AbstractJsonParser
org.springframework.boot.json.BasicJsonParser
org.springframework.boot.json.GsonJsonParser
org.springframework.boot.json.JacksonJsonParser
org.springframework.boot.json.JsonParseException
org.springframework.boot.json.JsonParser
org.springframework.boot.json.JsonParserFactory
org.springframework.boot.json.YamlJsonParser
org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean
org.springframework.boot.jta.atomikos.AtomikosDataSourceBean
org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor
org.springframework.boot.jta.atomikos.AtomikosProperties
org.springframework.boot.jta.atomikos.AtomikosProperties.Recovery
org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper
org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper
org.springframework.boot.logging.AbstractLoggingSystem
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
org.springframework.boot.logging.DeferredLog
org.springframework.boot.logging.DeferredLogFactory
org.springframework.boot.logging.DeferredLogs
org.springframework.boot.logging.LogFile
org.springframework.boot.logging.LogLevel
org.springframework.boot.logging.LoggerConfiguration
org.springframework.boot.logging.LoggerGroup
org.springframework.boot.logging.LoggerGroups
org.springframework.boot.logging.LoggingInitializationContext
org.springframework.boot.logging.LoggingSystem
org.springframework.boot.logging.LoggingSystemFactory
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.Slf4JLoggingSystem
org.springframework.boot.logging.java.JavaLoggingSystem
org.springframework.boot.logging.java.JavaLoggingSystem.Factory
org.springframework.boot.logging.java.SimpleFormatter
org.springframework.boot.logging.log4j2.ColorConverter
org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.Factory
org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory
org.springframework.boot.logging.log4j2.SpringBootPropertySource
org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter
org.springframework.boot.logging.logback.ColorConverter
org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter
org.springframework.boot.logging.logback.LogbackLoggingSystem
org.springframework.boot.logging.logback.LogbackLoggingSystem.Factory
org.springframework.boot.logging.logback.LogbackLoggingSystemProperties
org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter
org.springframework.boot.origin.Origin
org.springframework.boot.origin.OriginLookup
org.springframework.boot.origin.OriginProvider
org.springframework.boot.origin.OriginTrackedResource
org.springframework.boot.origin.OriginTrackedResource.OriginTrackedWritableResource
org.springframework.boot.origin.OriginTrackedValue
org.springframework.boot.origin.PropertySourceOrigin
org.springframework.boot.origin.SystemEnvironmentOrigin
org.springframework.boot.origin.TextResourceOrigin
org.springframework.boot.origin.TextResourceOrigin.Location
org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder
org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
org.springframework.boot.r2dbc.ConnectionFactoryBuilder
org.springframework.boot.r2dbc.EmbeddedDatabaseConnection
org.springframework.boot.r2dbc.OptionsCapableConnectionFactory
org.springframework.boot.r2dbc.init.R2dbcScriptDatabaseInitializer
org.springframework.boot.reactor.DebugAgentEnvironmentPostProcessor
org.springframework.boot.rsocket.context.LocalRSocketServerPort
org.springframework.boot.rsocket.context.RSocketPortInfoApplicationContextInitializer
org.springframework.boot.rsocket.context.RSocketServerBootstrap
org.springframework.boot.rsocket.context.RSocketServerInitializedEvent
org.springframework.boot.rsocket.messaging.RSocketStrategiesCustomizer
org.springframework.boot.rsocket.netty.NettyRSocketServer
org.springframework.boot.rsocket.netty.NettyRSocketServerFactory
org.springframework.boot.rsocket.server.ConfigurableRSocketServerFactory
org.springframework.boot.rsocket.server.RSocketServer
org.springframework.boot.rsocket.server.RSocketServer.Transport
org.springframework.boot.rsocket.server.RSocketServerCustomizer
org.springframework.boot.rsocket.server.RSocketServerException
org.springframework.boot.rsocket.server.RSocketServerFactory
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher
org.springframework.boot.security.servlet.ApplicationContextRequestMatcher
org.springframework.boot.sql.init.AbstractScriptDatabaseInitializer
org.springframework.boot.sql.init.DatabaseInitializationMode
org.springframework.boot.sql.init.DatabaseInitializationSettings
org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDatabaseInitializerDetector
org.springframework.boot.sql.init.dependency.AbstractBeansOfTypeDependsOnDatabaseInitializationDetector
org.springframework.boot.sql.init.dependency.DatabaseInitializationDependencyConfigurer
org.springframework.boot.sql.init.dependency.DatabaseInitializerDetector
org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitialization
org.springframework.boot.sql.init.dependency.DependsOnDatabaseInitializationDetector
org.springframework.boot.system.ApplicationHome
org.springframework.boot.system.ApplicationPid
org.springframework.boot.system.ApplicationTemp
org.springframework.boot.system.JavaVersion
org.springframework.boot.system.SystemProperties
org.springframework.boot.task.TaskExecutorBuilder
org.springframework.boot.task.TaskExecutorCustomizer
org.springframework.boot.task.TaskSchedulerBuilder
org.springframework.boot.task.TaskSchedulerCustomizer
org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
org.springframework.boot.util.Instantiator
org.springframework.boot.util.Instantiator.AvailableParameters
org.springframework.boot.util.Instantiator.FailureHandler
org.springframework.boot.util.LambdaSafe
org.springframework.boot.util.LambdaSafe.Callback
org.springframework.boot.util.LambdaSafe.Callbacks
org.springframework.boot.util.LambdaSafe.InvocationResult
org.springframework.boot.util.LambdaSafe.LambdaSafeCallback
org.springframework.boot.validation.MessageInterpolatorFactory
org.springframework.boot.validation.beanvalidation.FilteredMethodValidationPostProcessor
org.springframework.boot.validation.beanvalidation.MethodValidationExcludeFilter
org.springframework.boot.web.client.ClientHttpRequestFactorySupplier
org.springframework.boot.web.client.RestTemplateBuilder
org.springframework.boot.web.client.RestTemplateCustomizer
org.springframework.boot.web.client.RestTemplateRequestCustomizer
org.springframework.boot.web.client.RootUriTemplateHandler
org.springframework.boot.web.codec.CodecCustomizer
org.springframework.boot.web.context.ConfigurableWebServerApplicationContext
org.springframework.boot.web.context.MissingWebServerFactoryBeanException
org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
org.springframework.boot.web.context.WebServerApplicationContext
org.springframework.boot.web.context.WebServerGracefulShutdownLifecycle
org.springframework.boot.web.context.WebServerInitializedEvent
org.springframework.boot.web.context.WebServerPortFileWriter
org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory
org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory
org.springframework.boot.web.embedded.jetty.JettyServerCustomizer
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory
org.springframework.boot.web.embedded.jetty.JettyWebServer
org.springframework.boot.web.embedded.jetty.ServletContextInitializerConfiguration
org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory
org.springframework.boot.web.embedded.netty.NettyRouteProvider
org.springframework.boot.web.embedded.netty.NettyServerCustomizer
org.springframework.boot.web.embedded.netty.NettyWebServer
org.springframework.boot.web.embedded.netty.SslServerCustomizer
org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory
org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException
org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer
org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer
org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedWebappClassLoader
org.springframework.boot.web.embedded.tomcat.TomcatProtocolHandlerCustomizer
org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
org.springframework.boot.web.embedded.tomcat.TomcatWebServer
org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory
org.springframework.boot.web.embedded.undertow.HttpHandlerFactory
org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer
org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer
org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory
org.springframework.boot.web.embedded.undertow.UndertowServletWebServer
org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory
org.springframework.boot.web.embedded.undertow.UndertowWebServer
org.springframework.boot.web.error.ErrorAttributeOptions
org.springframework.boot.web.error.ErrorAttributeOptions.Include
org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext
org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebEnvironment
org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext
org.springframework.boot.web.reactive.context.ReactiveWebApplicationContext
org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext
org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent
org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment
org.springframework.boot.web.reactive.error.DefaultErrorAttributes
org.springframework.boot.web.reactive.error.ErrorAttributes
org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler
org.springframework.boot.web.reactive.filter.OrderedHiddenHttpMethodFilter
org.springframework.boot.web.reactive.filter.OrderedWebFilter
org.springframework.boot.web.reactive.function.client.WebClientCustomizer
org.springframework.boot.web.reactive.result.view.MustacheView
org.springframework.boot.web.reactive.result.view.MustacheViewResolver
org.springframework.boot.web.reactive.server.AbstractReactiveWebServerFactory
org.springframework.boot.web.reactive.server.ConfigurableReactiveWebServerFactory
org.springframework.boot.web.reactive.server.ReactiveWebServerFactory
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory
org.springframework.boot.web.server.CertificateFileSslStoreProvider
org.springframework.boot.web.server.Compression
org.springframework.boot.web.server.ConfigurableWebServerFactory
org.springframework.boot.web.server.Cookie
org.springframework.boot.web.server.Cookie.SameSite
org.springframework.boot.web.server.ErrorPage
org.springframework.boot.web.server.ErrorPageRegistrar
org.springframework.boot.web.server.ErrorPageRegistrarBeanPostProcessor
org.springframework.boot.web.server.ErrorPageRegistry
org.springframework.boot.web.server.GracefulShutdownCallback
org.springframework.boot.web.server.GracefulShutdownResult
org.springframework.boot.web.server.Http2
org.springframework.boot.web.server.LocalServerPort
org.springframework.boot.web.server.MimeMappings
org.springframework.boot.web.server.MimeMappings.Mapping
org.springframework.boot.web.server.PortInUseException
org.springframework.boot.web.server.Shutdown
org.springframework.boot.web.server.Ssl
org.springframework.boot.web.server.Ssl.ClientAuth
org.springframework.boot.web.server.SslConfigurationValidator
org.springframework.boot.web.server.SslStoreProvider
org.springframework.boot.web.server.WebServer
org.springframework.boot.web.server.WebServerException
org.springframework.boot.web.server.WebServerFactory
org.springframework.boot.web.server.WebServerFactoryCustomizer
org.springframework.boot.web.server.WebServerFactoryCustomizerBeanPostProcessor
org.springframework.boot.web.servlet.AbstractFilterRegistrationBean
org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean
org.springframework.boot.web.servlet.DispatcherType
org.springframework.boot.web.servlet.DynamicRegistrationBean
org.springframework.boot.web.servlet.FilterRegistrationBean
org.springframework.boot.web.servlet.MultipartConfigFactory
org.springframework.boot.web.servlet.RegistrationBean
org.springframework.boot.web.servlet.ServletComponentScan
org.springframework.boot.web.servlet.ServletContextInitializer
org.springframework.boot.web.servlet.ServletContextInitializerBeans
org.springframework.boot.web.servlet.ServletContextInitializerBeans.RegistrationBeanAdapter
org.springframework.boot.web.servlet.ServletListenerRegistrationBean
org.springframework.boot.web.servlet.ServletRegistrationBean
org.springframework.boot.web.servlet.WebListenerRegistrar
org.springframework.boot.web.servlet.WebListenerRegistry
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebApplicationContext
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.ExistingWebApplicationScopes
org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent
org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor
org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext
org.springframework.boot.web.servlet.error.DefaultErrorAttributes
org.springframework.boot.web.servlet.error.ErrorAttributes
org.springframework.boot.web.servlet.error.ErrorController
org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter
org.springframework.boot.web.servlet.filter.ErrorPageSecurityFilter
org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
org.springframework.boot.web.servlet.filter.OrderedFilter
org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory
org.springframework.boot.web.servlet.server.ConfigurableServletWebServerFactory
org.springframework.boot.web.servlet.server.CookieSameSiteSupplier
org.springframework.boot.web.servlet.server.Encoding
org.springframework.boot.web.servlet.server.Encoding.Type
org.springframework.boot.web.servlet.server.Jsp
org.springframework.boot.web.servlet.server.ServletWebServerFactory
org.springframework.boot.web.servlet.server.Session
org.springframework.boot.web.servlet.server.Session.Cookie
org.springframework.boot.web.servlet.server.Session.SessionTrackingMode
org.springframework.boot.web.servlet.support.ErrorPageFilter
org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
org.springframework.boot.web.servlet.view.MustacheView
org.springframework.boot.web.servlet.view.MustacheViewResolver
org.springframework.boot.webservices.client.HttpWebServiceMessageSenderBuilder
org.springframework.boot.webservices.client.WebServiceTemplateBuilder
org.springframework.boot.webservices.client.WebServiceTemplateCustomizer 

完整文档下载地址(类、方法、参数说明)