文件名称: spring-boot-2.0.0.M7.jar中文-英文对照文档.zip
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.0.M7</version>
</dependency>Gradle:
implementation group: 'org.springframework.boot', name: 'spring-boot', version: '2.0.0.M7'
Gradle (Short):
implementation 'org.springframework.boot:spring-boot:2.0.0.M7'
Gradle (Kotlin):
implementation("org.springframework.boot:spring-boot:2.0.0.M7")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
org.springframework.boot
org.springframework.boot.admin
org.springframework.boot.ansi
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.properties
org.springframework.boot.context.properties.bind
org.springframework.boot.context.properties.bind.convert
org.springframework.boot.context.properties.bind.handler
org.springframework.boot.context.properties.bind.validation
org.springframework.boot.context.properties.source
org.springframework.boot.diagnostics
org.springframework.boot.diagnostics.analyzer
org.springframework.boot.endpoint.web
org.springframework.boot.env
org.springframework.boot.info
org.springframework.boot.jackson
org.springframework.boot.jdbc
org.springframework.boot.jdbc.metadata
org.springframework.boot.json
org.springframework.boot.jta
org.springframework.boot.jta.atomikos
org.springframework.boot.jta.bitronix
org.springframework.boot.jta.narayana
org.springframework.boot.lang
org.springframework.boot.liquibase
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.security
org.springframework.boot.system
org.springframework.boot.type.classreading
org.springframework.boot.validation
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.reactive.context
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.yamlorg.springframework.boot.ApplicationArguments
org.springframework.boot.ApplicationHome
org.springframework.boot.ApplicationPid
org.springframework.boot.ApplicationRunner
org.springframework.boot.ApplicationTemp
org.springframework.boot.Banner
org.springframework.boot.Banner.Mode
org.springframework.boot.CommandLineRunner
org.springframework.boot.DefaultApplicationArguments
org.springframework.boot.ExitCodeEvent
org.springframework.boot.ExitCodeExceptionMapper
org.springframework.boot.ExitCodeGenerator
org.springframework.boot.ImageBanner
org.springframework.boot.ResourceBanner
org.springframework.boot.SpringApplication
org.springframework.boot.SpringApplicationRunListener
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.AnsiBackground
org.springframework.boot.ansi.AnsiColor
org.springframework.boot.ansi.AnsiColors
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.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.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.UserConfigurations
org.springframework.boot.context.config.AnsiOutputApplicationListener
org.springframework.boot.context.config.ConfigFileApplicationListener
org.springframework.boot.context.config.DelegatingApplicationContextInitializer
org.springframework.boot.context.config.DelegatingApplicationListener
org.springframework.boot.context.config.ResourceNotFoundException
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.ApplicationStartingEvent
org.springframework.boot.context.event.EventPublishingRunListener
org.springframework.boot.context.event.SpringApplicationEvent
org.springframework.boot.context.logging.ClasspathLoggingApplicationListener
org.springframework.boot.context.logging.LoggingApplicationListener
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData
org.springframework.boot.context.properties.ConfigurationProperties
org.springframework.boot.context.properties.ConfigurationPropertiesBinding
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar
org.springframework.boot.context.properties.DeprecatedConfigurationProperty
org.springframework.boot.context.properties.EnableConfigurationProperties
org.springframework.boot.context.properties.NestedConfigurationProperty
org.springframework.boot.context.properties.bind.AbstractBindHandler
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.Binder
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.convert.BinderConversionService
org.springframework.boot.context.properties.bind.convert.DefaultDurationUnit
org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler
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.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.IterableConfigurationPropertySource
org.springframework.boot.context.properties.source.MapConfigurationPropertySource
org.springframework.boot.context.properties.source.UnboundElementsSourceFilter
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.diagnostics.analyzer.InvalidConfigurationPropertyNameFailureAnalyzer
org.springframework.boot.endpoint.web.EndpointMapping
org.springframework.boot.env.EnvironmentPostProcessor
org.springframework.boot.env.PropertiesPropertySourceLoader
org.springframework.boot.env.PropertySourceLoader
org.springframework.boot.env.RandomValuePropertySource
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.jackson.JsonComponent
org.springframework.boot.jackson.JsonComponentModule
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.DatabaseDriver
org.springframework.boot.jdbc.EmbeddedDatabaseConnection
org.springframework.boot.jdbc.SchemaManagement
org.springframework.boot.jdbc.SchemaManagementProvider
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.TomcatDataSourcePoolMetadata
org.springframework.boot.json.BasicJsonParser
org.springframework.boot.json.GsonJsonParser
org.springframework.boot.json.JacksonJsonParser
org.springframework.boot.json.JsonParser
org.springframework.boot.json.JsonParserFactory
org.springframework.boot.json.JsonSimpleJsonParser
org.springframework.boot.json.YamlJsonParser
org.springframework.boot.jta.XAConnectionFactoryWrapper
org.springframework.boot.jta.XADataSourceWrapper
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.jta.bitronix.BitronixDependentBeanFactoryPostProcessor
org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper
org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper
org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean
org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.DirectXAConnectionFactory
org.springframework.boot.jta.bitronix.PoolingDataSourceBean
org.springframework.boot.jta.bitronix.PoolingDataSourceBean.DirectXADataSource
org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper
org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor
org.springframework.boot.jta.narayana.NarayanaConfigurationBean
org.springframework.boot.jta.narayana.NarayanaDataSourceBean
org.springframework.boot.jta.narayana.NarayanaProperties
org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean
org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper
org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper
org.springframework.boot.lang.UsesUnsafeJava
org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger
org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener
org.springframework.boot.liquibase.SpringPackageScanClassResolver
org.springframework.boot.logging.AbstractLoggingSystem
org.springframework.boot.logging.AbstractLoggingSystem.LogLevels
org.springframework.boot.logging.DeferredLog
org.springframework.boot.logging.LogFile
org.springframework.boot.logging.LogLevel
org.springframework.boot.logging.LoggerConfiguration
org.springframework.boot.logging.LoggingInitializationContext
org.springframework.boot.logging.LoggingSystem
org.springframework.boot.logging.LoggingSystemProperties
org.springframework.boot.logging.Slf4JLoggingSystem
org.springframework.boot.logging.java.JavaLoggingSystem
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.SpringBootConfigurationFactory
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.WhitespaceThrowableProxyConverter
org.springframework.boot.origin.Origin
org.springframework.boot.origin.OriginLookup
org.springframework.boot.origin.OriginProvider
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.EntityManagerFactoryBuilder.EntityManagerFactoryBeanCallback
org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy
org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy
org.springframework.boot.security.ApplicationContextRequestMatcher
org.springframework.boot.system.ApplicationPidFileWriter
org.springframework.boot.system.EmbeddedServerPortFileWriter
org.springframework.boot.system.JavaVersion
org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory
org.springframework.boot.validation.MessageInterpolatorFactory
org.springframework.boot.web.client.RestTemplateBuilder
org.springframework.boot.web.client.RestTemplateCustomizer
org.springframework.boot.web.client.RootUriTemplateHandler
org.springframework.boot.web.codec.CodecCustomizer
org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer
org.springframework.boot.web.context.WebServerInitializedEvent
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.NettyServerCustomizer
org.springframework.boot.web.embedded.netty.NettyWebServer
org.springframework.boot.web.embedded.netty.SslServerCustomizer
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.TomcatReactiveWebServerFactory
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory
org.springframework.boot.web.embedded.tomcat.TomcatWebServer
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.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.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.Compression
org.springframework.boot.web.server.ConfigurableWebServerFactory
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.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.Ssl
org.springframework.boot.web.server.Ssl.ClientAuth
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.DelegatingFilterProxyRegistrationBean
org.springframework.boot.web.servlet.DispatcherType
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.ServletListenerRegistrationBean
org.springframework.boot.web.servlet.ServletRegistrationBean
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.OrderedCharacterEncodingFilter
org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter
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.InitParameterConfiguringServletContextInitializer
org.springframework.boot.web.servlet.server.Jsp
org.springframework.boot.web.servlet.server.ServletWebServerFactory
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.yaml.SpringProfileDocumentMatcher