组织ID: |
org.springframework.boot |
项目ID: |
spring-boot |
版本: |
2.0.3.RELEASE |
最后修改时间: |
2018-07-23 20:47:54 |
包类型: |
jar |
标题: |
Spring Boot |
描述: |
Spring Boot |
相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot |
大小: |
908.87KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot:2.0.3.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.0.3.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>2.0.3.RELEASE</version>
<name>Spring Boot</name>
<description>Spring Boot</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
</license>
</licenses>
<developers>
<developer>
<name>Pivotal</name>
<email>info@pivotal.io</email>
<organization>Pivotal Software, Inc.</organization>
<organizationUrl>http://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git/spring-boot</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot</developerConnection>
<url>http://github.com/spring-projects/spring-boot/spring-boot</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jdbc</artifactId>
<version>4.0.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jms</artifactId>
<version>4.0.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jta</artifactId>
<version>4.0.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.6</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.8.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>junit</artifactId>
<groupId>junit</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.samskivert</groupId>
<artifactId>jmustache</artifactId>
<version>1.14</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<version>4.1.2</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.zaxxer</groupId>
<artifactId>HikariCP</artifactId>
<version>2.7.9</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<version>0.7.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<version>1.4.25.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>javax.jms-api</artifactId>
<version>2.0.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-dbcp2</artifactId>
<version>2.2.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.10.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.10.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.31</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<version>8.5.31</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-jdbc</artifactId>
<version>8.5.31</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.9.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<version>2.1.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<version>2.4.15</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<version>2.4.15</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<version>9.4.11.v20180605</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<version>9.4.11.v20180605</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<version>9.4.11.v20180605</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-alpn-conscrypt-server</artifactId>
<version>9.4.11.v20180605</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.http2</groupId>
<artifactId>http2-server</artifactId>
<version>9.4.11.v20180605</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<version>1.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
<version>5.2.17.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>xml-apis</artifactId>
<groupId>xml-apis</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate.validator</groupId>
<artifactId>hibernate-validator</artifactId>
<version>6.0.10.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-transaction-spi</artifactId>
<version>7.6.0.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jdbc</artifactId>
<version>5.8.2.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jms</artifactId>
<version>5.8.2.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jta</artifactId>
<version>5.8.2.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jts</groupId>
<artifactId>narayana-jts-integration</artifactId>
<version>5.8.2.Final</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<version>3.5.5</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-core</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>5.0.7.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-web</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.19</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.2.41</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.41</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/additional-spring-configuration-metadata.json
org.springframework.boot.context.properties.source.ConfigurationPropertyName$Form.class
org.springframework.boot.context.properties.source.InvalidConfigurationPropertyValueException.class
org.springframework.boot.context.properties.bind.BindContext.class
org.springframework.boot.context.properties.bind.Binder$Context.class
org.springframework.boot.context.config.ConfigFileApplicationListener$DocumentConsumer.class
org.springframework.boot.logging.java.SimpleFormatter.class
org.springframework.boot.logging.DeferredLog.class
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans$1.class
org.springframework.boot.web.servlet.FilterRegistrationBean.class
org.springframework.boot.web.context.ConfigurableWebServerApplicationContext.class
org.springframework.boot.web.embedded.undertow.UndertowWebServer$Port.class
org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$MetaInfResourcesResourceManager.class
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$LoaderHidingResourceRoot.class
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$LoaderHidingWebResourceSet.class
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$1.class
org.springframework.boot.ExitCodeGenerator.class
org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter.class
org.springframework.boot.BeanDefinitionLoader$GroovyBeanDefinitionSource.class
org.springframework.boot.jdbc.EmbeddedDatabaseConnection$1.class
org.springframework.boot.SpringApplicationBannerPrinter.class
org.springframework.boot.env.OriginTrackedYamlLoader$OriginTrackingConstructor.class
org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper.class
org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper.class
org.springframework.boot.system.SystemProperties.class
org.springframework.boot.info.GitProperties.class
org.springframework.boot.ImageBanner$Frame.class
org.springframework.boot.ImageBanner.class
META-INF/spring.factories
org.springframework.boot.context.properties.source.ConfigurationPropertyName$CharFilter.class
org.springframework.boot.context.properties.source.ConfigurationPropertySources.class
org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanProperty.class
org.springframework.boot.context.properties.bind.MapBinder.class
org.springframework.boot.context.properties.ConfigurationProperties.class
org.springframework.boot.context.properties.DeprecatedConfigurationProperty.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar.class
org.springframework.boot.context.properties.PropertySourcesDeducer.class
org.springframework.boot.context.properties.FilteredPropertySources.class
org.springframework.boot.context.event.ApplicationPreparedEvent.class
org.springframework.boot.context.event.ApplicationStartedEvent.class
org.springframework.boot.context.logging.ClasspathLoggingApplicationListener.class
org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory.class
org/springframework/boot/logging/logback/base.xml
org/springframework/boot/logging/logback/console-appender.xml
org.springframework.boot.logging.DeferredLog$1.class
org.springframework.boot.web.servlet.context.ServletWebServerInitializedEvent.class
org.springframework.boot.web.servlet.RegistrationBean.class
org.springframework.boot.web.servlet.AbstractFilterRegistrationBean.class
org.springframework.boot.web.context.WebServerApplicationContext.class
org.springframework.boot.web.server.ErrorPageRegistrar.class
org.springframework.boot.web.embedded.undertow.UndertowCompressionConfigurer$CompressibleMimeTypePredicate.class
org.springframework.boot.web.embedded.undertow.UndertowServletWebServer.class
org.springframework.boot.web.embedded.tomcat.TomcatContextCustomizer.class
org.springframework.boot.web.embedded.netty.SslServerCustomizer.class
org.springframework.boot.web.reactive.result.view.MustacheViewResolver.class
org.springframework.boot.origin.OriginLookup.class
org.springframework.boot.Banner$Mode.class
org.springframework.boot.Banner.class
org.springframework.boot.convert.StringToEnumIgnoringCaseConverterFactory$StringToEnum.class
org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer.class
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadata.class
org.springframework.boot.env.OriginTrackedYamlLoader$1.class
org.springframework.boot.env.OriginTrackedYamlLoader.class
org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean.class
org.springframework.boot.info.InfoProperties$Entry.class
org.springframework.boot.info.InfoProperties$1.class
META-INF/spring-boot.kotlin_module
org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementProcessor.class
org.springframework.boot.context.properties.source.UnboundElementsSourceFilter.class
org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConversionService.class
org.springframework.boot.context.properties.bind.BindConverter$TypeConverterConverter.class
org.springframework.boot.context.properties.bind.BindConverter.class
org.springframework.boot.context.properties.bind.BeanPropertyBinder.class
org.springframework.boot.context.properties.bind.validation.BindValidationException.class
org.springframework.boot.context.properties.bind.validation.ValidationErrors.class
org.springframework.boot.context.properties.bind.validation.ValidationBindHandler.class
org.springframework.boot.context.properties.bind.validation.OriginTrackedFieldError.class
org.springframework.boot.context.properties.bind.CollectionBinder.class
org.springframework.boot.context.properties.bind.IndexedElementsBinder$IndexedCollectionSupplier.class
org.springframework.boot.context.properties.bind.IndexedElementsBinder.class
org.springframework.boot.context.properties.bind.PropertySourcesPlaceholdersResolver.class
org.springframework.boot.context.properties.bind.UnboundConfigurationPropertiesException.class
org.springframework.boot.context.properties.bind.ArrayBinder.class
org.springframework.boot.context.properties.bind.BeanPropertyName.class
org.springframework.boot.context.properties.bind.JavaBeanBinder$Bean.class
org.springframework.boot.context.properties.bind.JavaBeanBinder$BeanSupplier.class
org.springframework.boot.context.properties.bind.MapBinder$EntryBinder.class
org.springframework.boot.context.properties.EnableConfigurationPropertiesImportSelector.class
org.springframework.boot.context.properties.EnableConfigurationProperties.class
org.springframework.boot.context.properties.PropertyMapper$CachingSupplier.class
org.springframework.boot.context.properties.PropertyMapper$SourceOperator.class
org.springframework.boot.context.config.ConfigFileApplicationListener$DocumentFilter.class
org/springframework/boot/logging/java/logging.properties
org.springframework.boot.logging.DeferredLog$Line.class
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.class
org.springframework.boot.web.servlet.ServletListenerRegistrationBean.class
org.springframework.boot.web.servlet.WebServletHandler.class
org.springframework.boot.web.server.Ssl.class
org.springframework.boot.web.server.SslStoreProvider.class
org.springframework.boot.web.server.Http2.class
org.springframework.boot.web.embedded.jetty.JettyServerCustomizer.class
org.springframework.boot.web.embedded.jetty.JasperInitializer$WarURLConnection.class
org.springframework.boot.web.embedded.jetty.JettyWebServer.class
org.springframework.boot.web.embedded.jetty.SslServerCustomizer.class
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory$1.class
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory$2.class
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory$LoaderHidingResource.class
org.springframework.boot.web.embedded.jetty.JettyServletWebServerFactory.class
org.springframework.boot.web.embedded.jetty.ConfigurableJettyWebServerFactory.class
org.springframework.boot.web.embedded.jetty.JettyReactiveWebServerFactory.class
org.springframework.boot.web.embedded.undertow.UndertowReactiveWebServerFactory.class
org.springframework.boot.web.embedded.undertow.ConfigurableUndertowWebServerFactory.class
org.springframework.boot.web.embedded.undertow.UndertowBuilderCustomizer.class
org.springframework.boot.web.embedded.undertow.UndertowDeploymentInfoCustomizer.class
org.springframework.boot.web.embedded.undertow.JarResourceManager.class
org.springframework.boot.web.embedded.undertow.SslBuilderCustomizer$ConfigurableAliasKeyManager.class
org.springframework.boot.web.embedded.undertow.SslBuilderCustomizer.class
org.springframework.boot.web.embedded.undertow.UndertowWebServer$1.class
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$DisablePersistSessionListener.class
org.springframework.boot.web.reactive.context.GenericReactiveWebApplicationContext.class
org.springframework.boot.web.client.RestTemplateBuilder$RequestFactoryCustomizer.class
org.springframework.boot.web.client.RestTemplateBuilder$TimeoutRequestFactoryCustomizer.class
org.springframework.boot.web.client.RestTemplateBuilder$ReadTimeoutRequestFactoryCustomizer.class
org.springframework.boot.SpringApplicationRunListeners.class
org.springframework.boot.jdbc.metadata.TomcatDataSourcePoolMetadata.class
org.springframework.boot.SpringApplicationBannerPrinter$Banners.class
org.springframework.boot.env.SystemEnvironmentPropertySourceEnvironmentPostProcessor.class
org.springframework.boot.jta.atomikos.AtomikosProperties$Recovery.class
org.springframework.boot.jta.atomikos.AtomikosProperties.class
org.springframework.boot.system.ApplicationPid.class
org.springframework.boot.SpringBootBanner.class
META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat
org.springframework.boot.context.properties.source.ConfigurationPropertyName$CharProcessor.class
org.springframework.boot.context.properties.source.AliasedConfigurationPropertySource.class
org.springframework.boot.context.properties.PropertyMapper$Source.class
org.springframework.boot.context.properties.PropertyMapper$NullPointerExceptionSafeSupplier.class
org.springframework.boot.context.properties.PropertyMapper$1.class
org.springframework.boot.context.config.AnsiOutputApplicationListener.class
org.springframework.boot.logging.logback.SpringProfileAction.class
org.springframework.boot.logging.LoggingInitializationContext.class
org.springframework.boot.web.servlet.context.XmlServletWebServerApplicationContext.class
org.springframework.boot.web.servlet.server.ServletWebServerFactory.class
org.springframework.boot.web.servlet.server.Jsp.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans$RegistrationBeanAdapter.class
org.springframework.boot.web.embedded.undertow.CompositeResourceManager.class
org.springframework.boot.web.embedded.undertow.UndertowCompressionConfigurer.class
org.springframework.boot.web.embedded.tomcat.SslConnectorCustomizer.class
org.springframework.boot.web.embedded.netty.NettyReactiveWebServerFactory.class
org.springframework.boot.web.reactive.context.ReactiveWebApplicationContext.class
org.springframework.boot.web.client.RestTemplateBuilder$ConnectTimeoutRequestFactoryCustomizer.class
org.springframework.boot.web.client.RestTemplateBuilder.class
org.springframework.boot.BeanDefinitionLoader.class
org.springframework.boot.convert.CollectionToDelimitedStringConverter.class
org.springframework.boot.diagnostics.AbstractFailureAnalyzer.class
org.springframework.boot.diagnostics.FailureAnalysisReporter.class
org.springframework.boot.jdbc.DatabaseDriver$1.class
org.springframework.boot.lang.UsesUnsafeJava.class
org.springframework.boot.env.OriginTrackedYamlLoader$KeyScalarNode.class
org.springframework.boot.env.OriginTrackedYamlLoader$LimitedResolver.class
org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean.class
org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper.class
org.springframework.boot.info.InfoProperties$PropertiesIterator.class
org.springframework.boot.cloud.CloudPlatform$2.class
org.springframework.boot.ExitCodeEvent.class
META-INF/spring-configuration-metadata.json
org.springframework.boot.context.properties.source.ConfigurationPropertyName$ElementValidator.class
org.springframework.boot.context.properties.source.ConfigurationPropertyName$1.class
org.springframework.boot.context.properties.source.ConfigurationPropertySourcesPropertySource.class
org.springframework.boot.context.properties.bind.Binder.class
org.springframework.boot.context.event.ApplicationReadyEvent.class
org.springframework.boot.context.config.ConfigFileApplicationListener$PropertySourceOrderingPostProcessor.class
org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.class
org/springframework/boot/logging/java/logging-file.properties
org.springframework.boot.logging.logback.LogbackLoggingSystem.class
org.springframework.boot.web.servlet.context.WebApplicationContextServletContextAwareProcessor.class
org.springframework.boot.web.servlet.support.ServletContextApplicationContextInitializer.class
org.springframework.boot.web.servlet.support.SpringBootServletInitializer$1.class
org.springframework.boot.web.servlet.support.SpringBootServletInitializer.class
org.springframework.boot.web.servlet.MultipartConfigFactory.class
org.springframework.boot.web.servlet.DispatcherType.class
org.springframework.boot.web.servlet.ServletComponentScan.class
org.springframework.boot.web.server.Ssl$ClientAuth.class
org.springframework.boot.web.embedded.jetty.ForwardHeadersCustomizer.class
org.springframework.boot.web.embedded.jetty.JasperInitializer.class
org.springframework.boot.web.embedded.tomcat.LazySessionIdGenerator.class
org.springframework.boot.web.embedded.tomcat.TomcatErrorPage.class
org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext.class
org.springframework.boot.web.client.RootUriTemplateHandler.class
org.springframework.boot.SpringApplication$1.class
org.springframework.boot.SpringApplication.class
org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$DependencyCycle.class
org.springframework.boot.jdbc.metadata.CompositeDataSourcePoolMetadataProvider.class
org.springframework.boot.jdbc.AbstractDataSourceInitializer.class
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertySource.class
org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.class
org.springframework.boot.jta.narayana.NarayanaConfigurationBean.class
org.springframework.boot.security.reactive.ApplicationContextServerWebExchangeMatcher.class
org.springframework.boot.json.GsonJsonParser$ListTypeToken.class
org.springframework.boot.json.JsonSimpleJsonParser.class
org.springframework.boot.ansi.AnsiElement.class
org.springframework.boot.ansi.AnsiOutput.class
org.springframework.boot.util.LambdaSafe$Callback.class
org.springframework.boot.util.LambdaSafe$1.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer.class
favicon.ico
org.springframework.boot.context.properties.source.ConfigurationPropertyName.class
org.springframework.boot.context.properties.source.ConfigurationPropertyNameAliases.class
org.springframework.boot.context.properties.bind.BindException.class
org.springframework.boot.context.properties.bind.Bindable.class
org.springframework.boot.context.properties.bind.handler.IgnoreErrorsBindHandler.class
org.springframework.boot.context.properties.bind.handler.IgnoreTopLevelConverterNotFoundBindHandler.class
org.springframework.boot.context.properties.bind.handler.NoUnboundElementsBindHandler.class
org.springframework.boot.context.properties.bind.AbstractBindHandler.class
org.springframework.boot.context.properties.bind.BindHandler$1.class
org.springframework.boot.context.properties.bind.BindConverter$ResolvableTypeDescriptor.class
org.springframework.boot.context.properties.ConfigurationPropertiesBinder.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindException.class
org.springframework.boot.context.config.ConfigFileApplicationListener$DocumentFilterFactory.class
org.springframework.boot.context.logging.LoggingApplicationListener.class
org/springframework/boot/logging/logback/defaults.xml
org/springframework/boot/logging/logback/file-appender.xml
org.springframework.boot.logging.LogFile.class
org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory$SessionConfiguringInitializer.class
org.springframework.boot.web.servlet.view.MustacheView.class
org.springframework.boot.web.servlet.support.ErrorPageFilter$ErrorWrapperResponse.class
org.springframework.boot.web.server.WebServerFactoryCustomizer.class
org.springframework.boot.web.embedded.tomcat.ConfigurableTomcatWebServerFactory.class
org.springframework.boot.web.reactive.context.ReactiveWebServerInitializedEvent.class
org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebApplicationContext.class
org.springframework.boot.ApplicationRunner.class
org.springframework.boot.CommandLineRunner.class
org.springframework.boot.convert.IsoOffsetFormatter.class
org.springframework.boot.convert.NumberToDurationConverter.class
org.springframework.boot.convert.StringToDurationConverter.class
org.springframework.boot.convert.DurationUnit.class
org.springframework.boot.convert.DurationToNumberConverter.class
org.springframework.boot.convert.DurationFormat.class
org.springframework.boot.convert.DelimitedStringToArrayConverter.class
org.springframework.boot.convert.InetAddressFormatter.class
org.springframework.boot.convert.CharArrayFormatter.class
org.springframework.boot.convert.DelimitedStringToCollectionConverter.class
org.springframework.boot.convert.ApplicationConversionService.class
org.springframework.boot.convert.ArrayToDelimitedStringConverter.class
org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$BeanInCycle.class
org.springframework.boot.jdbc.metadata.HikariDataSourcePoolMetadata.class
org.springframework.boot.jdbc.metadata.AbstractDataSourcePoolMetadata.class
org.springframework.boot.jdbc.metadata.CommonsDbcp2DataSourcePoolMetadata.class
org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper.class
org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor.class
org.springframework.boot.system.JavaVersion.class
org.springframework.boot.validation.MessageInterpolatorFactory.class
log4j2.springboot
org.springframework.boot.context.properties.source.FilteredConfigurationPropertiesSource.class
org.springframework.boot.context.properties.NestedConfigurationProperty.class
org.springframework.boot.context.event.ApplicationFailedEvent.class
org.springframework.boot.context.event.SpringApplicationEvent.class
org.springframework.boot.context.config.DelegatingApplicationListener.class
org.springframework.boot.context.ApplicationPidFileWriter$Property.class
org.springframework.boot.logging.LoggingSystem$NoOpLoggingSystem.class
org.springframework.boot.web.servlet.server.AbstractServletWebServerFactory.class
org.springframework.boot.web.server.MimeMappings.class
org.springframework.boot.web.server.LocalServerPort.class
org.springframework.boot.web.embedded.tomcat.ConnectorStartFailedException.class
org.springframework.boot.web.embedded.tomcat.TomcatStarter.class
org.springframework.boot.web.embedded.tomcat.TldSkipPatterns.class
org.springframework.boot.web.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory$1.class
org.springframework.boot.web.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory$KeyStoreUrlConnection.class
org.springframework.boot.web.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory.class
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebApplicationContext.class
org.springframework.boot.ExitCodeGenerators$MappedExitCodeGenerator.class
org.springframework.boot.ExitCodeGenerators.class
org.springframework.boot.ApplicationArguments.class
org.springframework.boot.convert.DurationStyle$1.class
org.springframework.boot.convert.DurationStyle$2.class
org.springframework.boot.convert.DurationStyle$Unit.class
org.springframework.boot.diagnostics.analyzer.BindFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.PortInUseFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.BindValidationFailureAnalyzer$ExceptionDetails.class
org.springframework.boot.diagnostics.analyzer.BindValidationFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.AbstractInjectionFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.ConnectorStartFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyValueFailureAnalyzer$Descriptor.class
org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyValueFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.InvalidConfigurationPropertyNameFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.BeanNotOfRequiredTypeFailureAnalyzer.class
org.springframework.boot.diagnostics.analyzer.UnboundConfigurationPropertyFailureAnalyzer.class
org.springframework.boot.diagnostics.FailureAnalyzer.class
org.springframework.boot.jdbc.DatabaseDriver$2.class
org.springframework.boot.jdbc.DatabaseDriver$3.class
org.springframework.boot.env.PropertySourceLoader.class
org.springframework.boot.env.OriginTrackedMapPropertySource.class
org.springframework.boot.ClearCachesApplicationListener.class
org/springframework/boot/context/embedded/tomcat/empty-web.xml
org.springframework.boot.context.properties.source.PropertyMapper.class
org.springframework.boot.context.properties.source.SpringConfigurationPropertySources$SourcesIterator.class
org.springframework.boot.context.properties.bind.AggregateBinder$AggregateSupplier.class
org.springframework.boot.context.properties.bind.AggregateBinder.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.class
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent.class
org.springframework.boot.context.ApplicationPidFileWriter$SpringProperty.class
org.springframework.boot.context.ApplicationPidFileWriter$SystemProperty.class
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem$ShutdownHandler.class
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.class
org.springframework.boot.logging.LogLevel.class
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext$ExistingWebApplicationScopes.class
org.springframework.boot.web.servlet.server.SessionStoreDirectory.class
org.springframework.boot.web.servlet.ServletContextInitializer.class
org.springframework.boot.web.embedded.jetty.JettyEmbeddedWebAppContext$1.class
org.springframework.boot.web.embedded.jetty.JasperInitializer$WarUrlStreamHandlerFactory.class
org.springframework.boot.web.embedded.jetty.JettyEmbeddedErrorHandler$ErrorHttpServletRequest.class
org.springframework.boot.web.embedded.undertow.FileSessionPersistence$SerializablePersistentSession.class
org.springframework.boot.web.embedded.undertow.FileSessionPersistence.class
org.springframework.boot.web.embedded.tomcat.TomcatWebServer.class
org.springframework.boot.web.reactive.server.ReactiveWebServerFactory.class
org.springframework.boot.web.reactive.function.client.WebClientCustomizer.class
org.springframework.boot.origin.SystemEnvironmentOrigin.class
org.springframework.boot.origin.TextResourceOrigin$Location.class
org.springframework.boot.convert.StringToEnumIgnoringCaseConverterFactory.class
org.springframework.boot.convert.Delimiter.class
org.springframework.boot.convert.DurationToStringConverter.class
org.springframework.boot.diagnostics.analyzer.NoUniqueBeanDefinitionFailureAnalyzer.class
org.springframework.boot.jdbc.EmbeddedDatabaseConnection.class
org.springframework.boot.StartupInfoLogger.class
org.springframework.boot.system.ApplicationHome.class
org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger$1.class
org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger.class
org.springframework.boot.cloud.CloudFoundryVcapEnvironmentPostProcessor.class
org.springframework.boot.cloud.CloudPlatform$1.class
org.springframework.boot.cloud.CloudPlatform$3.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent.class
org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$Cache.class
org.springframework.boot.context.properties.source.ConfigurationProperty.class
org.springframework.boot.context.properties.source.ConfigurationPropertyState.class
org.springframework.boot.context.properties.source.PropertyMapping.class
org.springframework.boot.context.properties.source.DefaultPropertyMapper$LastMapping.class
org.springframework.boot.context.properties.source.SpringConfigurationPropertySources.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$ConfigurationWarningsPostProcessor.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$Check.class
org.springframework.boot.context.ContextIdApplicationContextInitializer$ContextId.class
org.springframework.boot.logging.java.JavaLoggingSystem.class
org/springframework/boot/logging/log4j2/log4j2-file.xml
org/springframework/boot/logging/log4j2/log4j2.xml
org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter.class
org.springframework.boot.logging.logback.LogbackConfigurator.class
org.springframework.boot.logging.LoggingSystemProperties.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletRegistrationBeanAdapter.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans$FilterRegistrationBeanAdapter.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans$ServletListenerRegistrationBeanAdapter.class
org.springframework.boot.web.servlet.ServletContextInitializerBeans.class
org.springframework.boot.web.servlet.ServletComponentScanRegistrar.class
org.springframework.boot.web.servlet.filter.ApplicationContextHeaderFilter.class
org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter.class
org.springframework.boot.web.servlet.filter.OrderedHttpPutFormContentFilter.class
org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter.class
org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter.class
org.springframework.boot.web.servlet.error.ErrorAttributes.class
org.springframework.boot.web.servlet.error.DefaultErrorAttributes.class
org.springframework.boot.web.servlet.error.ErrorController.class
org.springframework.boot.web.servlet.ServletRegistrationBean.class
org.springframework.boot.web.servlet.DynamicRegistrationBean.class
org.springframework.boot.web.servlet.WebListenerHandler.class
org.springframework.boot.web.servlet.ServletComponentHandler.class
org.springframework.boot.web.servlet.WebFilterHandler.class
org.springframework.boot.web.servlet.support.ErrorPageFilter$1.class
org.springframework.boot.web.server.ErrorPage.class
org.springframework.boot.web.embedded.jetty.JettyEmbeddedWebAppContext$JettyEmbeddedServletHandler.class
org.springframework.boot.web.embedded.jetty.JettyHandlerWrappers$ServerHeaderHandler.class
org.springframework.boot.web.embedded.jetty.JasperInitializer$1.class
org.springframework.boot.web.embedded.undertow.UndertowServletWebServer$1.class
org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory$StaticResourceConfigurer.class
org.springframework.boot.web.embedded.tomcat.TomcatReactiveWebServerFactory.class
org.springframework.boot.web.embedded.netty.NettyServerCustomizer.class
org.springframework.boot.web.embedded.netty.CompressionCustomizer$CompressionPredicate.class
org.springframework.boot.web.embedded.netty.CompressionCustomizer.class
org.springframework.boot.web.embedded.netty.NettyWebServer$1.class
org.springframework.boot.web.reactive.context.ConfigurableReactiveWebEnvironment.class
org.springframework.boot.web.reactive.context.StandardReactiveWebEnvironment.class
org.springframework.boot.web.client.RestTemplateCustomizer.class
org.springframework.boot.web.codec.CodecCustomizer.class
org.springframework.boot.jdbc.XADataSourceWrapper.class
org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.class
org.springframework.boot.SpringApplicationBannerPrinter$1.class
org.springframework.boot.env.OriginTrackedPropertiesLoader.class
org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor.class
org.springframework.boot.system.ApplicationTemp.class
org.springframework.boot.ResourceBanner.class
org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$CacheKey.class
org.springframework.boot.context.properties.source.DefaultPropertyMapper.class
org.springframework.boot.context.properties.bind.BindResult.class
org.springframework.boot.context.properties.ConversionServiceDeducer$Factory.class
org.springframework.boot.context.properties.ConversionServiceDeducer.class
org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator$Delegate.class
org.springframework.boot.context.properties.ConfigurationPropertiesJsr303Validator.class
org.springframework.boot.context.event.ApplicationStartingEvent.class
org.springframework.boot.context.TypeExcludeFilter.class
org.springframework.boot.context.FileEncodingApplicationListener.class
org.springframework.boot.context.config.ConfigFileApplicationListener.class
org.springframework.boot.logging.java.JavaLoggingSystem$ShutdownHandler.class
org.springframework.boot.logging.java.JavaLoggingSystem$1.class
org.springframework.boot.logging.logback.DefaultLogbackConfiguration.class
org.springframework.boot.web.servlet.view.MustacheViewResolver.class
org.springframework.boot.web.servlet.support.ErrorPageFilterConfiguration.class
org.springframework.boot.web.context.WebServerPortFileWriter.class
org.springframework.boot.web.context.WebServerInitializedEvent.class
org.springframework.boot.web.context.ServerPortInfoApplicationContextInitializer.class
org.springframework.boot.web.server.WebServer.class
org.springframework.boot.web.server.WebServerException.class
org.springframework.boot.web.server.AbstractConfigurableWebServerFactory.class
org.springframework.boot.web.server.ConfigurableWebServerFactory.class
org.springframework.boot.web.server.WebServerFactory.class
org.springframework.boot.web.server.ErrorPageRegistry.class
org.springframework.boot.web.server.PortInUseException.class
org.springframework.boot.web.embedded.undertow.UndertowServletWebServerFactory$Initializer.class
org.springframework.boot.web.embedded.netty.NettyWebServer.class
org.springframework.boot.web.reactive.error.ErrorAttributes.class
org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder$EntityManagerFactoryBeanCallback.class
org.springframework.boot.orm.jpa.EntityManagerFactoryBuilder$1.class
org.springframework.boot.diagnostics.analyzer.BeanCurrentlyInCreationFailureAnalyzer$1.class
org.springframework.boot.jdbc.DataSourceInitializationMode.class
org.springframework.boot.jdbc.metadata.DataSourcePoolMetadataProvider.class
org.springframework.boot.jdbc.DatabaseDriver.class
org.springframework.boot.jdbc.SchemaManagement.class
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor$JsonPropertyValue.class
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor.class
org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor.class
org.springframework.boot.admin.SpringApplicationAdminMXBeanRegistrar$SpringApplicationAdmin.class
org.springframework.boot.json.GsonJsonParser.class
org.springframework.boot.json.JacksonJsonParser.class
org.springframework.boot.ansi.AnsiPropertySource.class
org.springframework.boot.util.LambdaSafe$GenericTypeFilter.class
org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent.class
org.springframework.boot.jackson.JsonObjectDeserializer.class
org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource$1.class
org.springframework.boot.context.properties.source.SystemEnvironmentPropertyMapper.class
org.springframework.boot.context.properties.bind.AggregateElementBinder.class
org.springframework.boot.context.config.DelegatingApplicationContextInitializer.class
org.springframework.boot.context.annotation.UserConfigurations.class
org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter.class
org.springframework.boot.logging.logback.ColorConverter.class
org.springframework.boot.logging.logback.SpringBootJoranConfigurator.class
org.springframework.boot.logging.logback.SpringPropertyAction.class
org.springframework.boot.web.servlet.server.Session$Cookie.class
org.springframework.boot.web.servlet.server.Session$SessionTrackingMode.class
org.springframework.boot.web.servlet.server.Session.class
org.springframework.boot.web.embedded.tomcat.TomcatEmbeddedContext.class
org.springframework.boot.web.embedded.tomcat.TomcatWebServer$1.class
org.springframework.boot.web.reactive.context.FilteredReactiveWebContextResource.class
org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler.class
org.springframework.boot.origin.OriginTrackedValue$OriginTrackedCharSequence.class
org.springframework.boot.origin.OriginTrackedValue$1.class
org.springframework.boot.SpringBootExceptionHandler$LoggedExceptionHandlerThreadLocal.class
org.springframework.boot.SpringBootExceptionHandler$1.class
org.springframework.boot.jdbc.DatabaseDriver$5.class
org.springframework.boot.jdbc.DatabaseDriver$6.class
org.springframework.boot.env.EnvironmentPostProcessor.class
org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper.class
org.springframework.boot.jta.narayana.NarayanaDataSourceBean.class
org.springframework.boot.jms.XAConnectionFactoryWrapper.class
org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory.class
org.springframework.boot.json.GsonJsonParser$1.class
org.springframework.boot.json.JacksonJsonParser$ListTypeReference.class
org.springframework.boot.ansi.AnsiBackground.class
org.springframework.boot.ansi.AnsiColors.class
org.springframework.boot.util.LambdaSafe$InvocationResult.class
org.springframework.boot.builder.ParentContextCloserApplicationListener$ContextCloserListener.class
org.springframework.boot.context.properties.source.SpringIterableConfigurationPropertySource.class
org.springframework.boot.context.properties.source.FilteredIterableConfigurationPropertiesSource.class
org.springframework.boot.context.properties.bind.BeanBinder.class
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata$FactoryMetadata.class
org.springframework.boot.context.event.EventPublishingRunListener$LoggingErrorHandler.class
org.springframework.boot.context.event.EventPublishingRunListener$1.class
org.springframework.boot.context.config.ConfigFileApplicationListener$Profile.class
org.springframework.boot.context.config.ConfigFileApplicationListener$DocumentsCacheKey.class
org.springframework.boot.context.config.ConfigFileApplicationListener$Document.class
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem$1.class
org.springframework.boot.logging.logback.LogbackLoggingSystem$1.class
org.springframework.boot.logging.logback.LogbackLoggingSystem$ShutdownHandler.class
org.springframework.boot.SpringApplicationExtensionsKt.class
org.springframework.boot.web.servlet.server.StaticResourceJars.class
org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean$1.class
org.springframework.boot.web.servlet.DelegatingFilterProxyRegistrationBean.class
org.springframework.boot.web.servlet.ServletComponentRegisteringPostProcessor.class
org.springframework.boot.web.server.Compression.class
org.springframework.boot.web.embedded.undertow.UndertowWebServer.class
org.springframework.boot.web.embedded.undertow.UndertowServletWebServer$Port.class
org.springframework.boot.web.embedded.tomcat.TomcatConnectorCustomizer.class
org.springframework.boot.ExitCodeExceptionMapper.class
org.springframework.boot.orm.jpa.hibernate.SpringImplicitNamingStrategy.class
org.springframework.boot.orm.jpa.hibernate.SpringPhysicalNamingStrategy.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
spring-core-5.0.7.RELEASE.jar
/org.springframework/spring-core/5.0.7.RELEASE
查看spring-core所有版本文件
spring-context-5.0.7.RELEASE.jar
/org.springframework/spring-context/5.0.7.RELEASE
查看spring-context所有版本文件
logback-classic-1.2.3.jar
/ch.qos.logback/logback-classic/1.2.3
查看logback-classic所有版本文件
transactions-jdbc-4.0.6.jar
/com.atomikos/transactions-jdbc/4.0.6
查看transactions-jdbc所有版本文件
transactions-jms-4.0.6.jar
/com.atomikos/transactions-jms/4.0.6
查看transactions-jms所有版本文件
transactions-jta-4.0.6.jar
/com.atomikos/transactions-jta/4.0.6
查看transactions-jta所有版本文件
jackson-databind-2.9.6.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.6
查看jackson-databind所有版本文件
gson-2.8.5.jar
/com.google.code.gson/gson/2.8.5
查看gson所有版本文件
json-simple-1.1.1.jar
/com.googlecode.json-simple/json-simple/1.1.1
查看json-simple所有版本文件
jmustache-1.14.jar
/com.samskivert/jmustache/1.14
查看jmustache所有版本文件
sendgrid-java-4.1.2.jar
/com.sendgrid/sendgrid-java/4.1.2
查看sendgrid-java所有版本文件
HikariCP-2.7.9.jar
/com.zaxxer/HikariCP/2.7.9
查看HikariCP所有版本文件
reactor-netty-0.7.8.RELEASE.jar
/io.projectreactor.ipc/reactor-netty/0.7.8.RELEASE
查看reactor-netty所有版本文件
undertow-servlet-1.4.25.Final.jar
/io.undertow/undertow-servlet/1.4.25.Final
查看undertow-servlet所有版本文件
javax.jms-api-2.0.1.jar
/javax.jms/javax.jms-api/2.0.1
查看javax.jms-api所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
junit-4.12.jar
/junit/junit/4.12
查看junit所有版本文件
commons-dbcp2-2.2.0.jar
/org.apache.commons/commons-dbcp2/2.2.0
查看commons-dbcp2所有版本文件
httpclient-4.5.5.jar
/org.apache.httpcomponents/httpclient/4.5.5
查看httpclient所有版本文件
log4j-api-2.10.0.jar
/org.apache.logging.log4j/log4j-api/2.10.0
查看log4j-api所有版本文件
log4j-core-2.10.0.jar
/org.apache.logging.log4j/log4j-core/2.10.0
查看log4j-core所有版本文件
tomcat-embed-core-8.5.31.jar
/org.apache.tomcat.embed/tomcat-embed-core/8.5.31
查看tomcat-embed-core所有版本文件
tomcat-embed-jasper-8.5.31.jar
/org.apache.tomcat.embed/tomcat-embed-jasper/8.5.31
查看tomcat-embed-jasper所有版本文件
tomcat-jdbc-8.5.31.jar
/org.apache.tomcat/tomcat-jdbc/8.5.31
查看tomcat-jdbc所有版本文件
assertj-core-3.9.1.jar
/org.assertj/assertj-core/3.9.1
查看assertj-core所有版本文件
btm-2.1.4.jar
/org.codehaus.btm/btm/2.1.4
查看btm所有版本文件
groovy-2.4.15.jar
/org.codehaus.groovy/groovy/2.4.15
查看groovy所有版本文件
groovy-xml-2.4.15.jar
/org.codehaus.groovy/groovy-xml/2.4.15
查看groovy-xml所有版本文件
jetty-servlets-9.4.11.v20180605.jar
/org.eclipse.jetty/jetty-servlets/9.4.11.v20180605
查看jetty-servlets所有版本文件
jetty-util-9.4.11.v20180605.jar
/org.eclipse.jetty/jetty-util/9.4.11.v20180605
查看jetty-util所有版本文件
jetty-webapp-9.4.11.v20180605.jar
/org.eclipse.jetty/jetty-webapp/9.4.11.v20180605
查看jetty-webapp所有版本文件
jetty-alpn-conscrypt-server-9.4.11.v20180605.jar
/org.eclipse.jetty/jetty-alpn-conscrypt-server/9.4.11.v20180605
查看jetty-alpn-conscrypt-server所有版本文件
http2-server-9.4.11.v20180605.jar
/org.eclipse.jetty.http2/http2-server/9.4.11.v20180605
查看http2-server所有版本文件
hamcrest-library-1.3.jar
/org.hamcrest/hamcrest-library/1.3
查看hamcrest-library所有版本文件
hibernate-core-5.2.17.Final.jar
/org.hibernate/hibernate-core/5.2.17.Final
查看hibernate-core所有版本文件
hibernate-validator-6.0.10.Final.jar
/org.hibernate.validator/hibernate-validator/6.0.10.Final
查看hibernate-validator所有版本文件
jboss-transaction-spi-7.6.0.Final.jar
/org.jboss/jboss-transaction-spi/7.6.0.Final
查看jboss-transaction-spi所有版本文件
jdbc-5.8.2.Final.jar
/org.jboss.narayana.jta/jdbc/5.8.2.Final
查看jdbc所有版本文件
jms-5.8.2.Final.jar
/org.jboss.narayana.jta/jms/5.8.2.Final
查看jms所有版本文件
jta-5.8.2.Final.jar
/org.jboss.narayana.jta/jta/5.8.2.Final
查看jta所有版本文件
narayana-jts-integration-5.8.2.Final.jar
/org.jboss.narayana.jts/narayana-jts-integration/5.8.2.Final
查看narayana-jts-integration所有版本文件
liquibase-core-3.5.5.jar
/org.liquibase/liquibase-core/3.5.5
查看liquibase-core所有版本文件
neo4j-ogm-core-3.1.0.jar
/org.neo4j/neo4j-ogm-core/3.1.0
查看neo4j-ogm-core所有版本文件
jul-to-slf4j-1.7.25.jar
/org.slf4j/jul-to-slf4j/1.7.25
查看jul-to-slf4j所有版本文件
slf4j-api-1.7.25.jar
/org.slf4j/slf4j-api/1.7.25
查看slf4j-api所有版本文件
spring-orm-5.0.7.RELEASE.jar
/org.springframework/spring-orm/5.0.7.RELEASE
查看spring-orm所有版本文件
spring-test-5.0.7.RELEASE.jar
/org.springframework/spring-test/5.0.7.RELEASE
查看spring-test所有版本文件
spring-web-5.0.7.RELEASE.jar
/org.springframework/spring-web/5.0.7.RELEASE
查看spring-web所有版本文件
spring-webflux-5.0.7.RELEASE.jar
/org.springframework/spring-webflux/5.0.7.RELEASE
查看spring-webflux所有版本文件
spring-webmvc-5.0.7.RELEASE.jar
/org.springframework/spring-webmvc/5.0.7.RELEASE
查看spring-webmvc所有版本文件
spring-security-web-5.0.6.RELEASE.jar
/org.springframework.security/spring-security-web/5.0.6.RELEASE
查看spring-security-web所有版本文件
snakeyaml-1.19.jar
/org.yaml/snakeyaml/1.19
查看snakeyaml所有版本文件
kotlin-reflect-1.2.41.jar
/org.jetbrains.kotlin/kotlin-reflect/1.2.41
查看kotlin-reflect所有版本文件
kotlin-stdlib-1.2.41.jar
/org.jetbrains.kotlin/kotlin-stdlib/1.2.41
查看kotlin-stdlib所有版本文件
spring-boot-configuration-processor-2.0.3.RELEASE.jar
/org.springframework.boot/spring-boot-configuration-processor/2.0.3.RELEASE
查看spring-boot-configuration-processor所有版本文件
|