组织ID: |
org.springframework.boot |
项目ID: |
spring-boot |
版本: |
1.5.12.RELEASE |
最后修改时间: |
2018-07-24 12:19:46 |
包类型: |
jar |
标题: |
Spring Boot |
描述: |
Spring Boot |
大小: |
661.84KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
<version>1.5.12.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot:1.5.12.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.5.12.RELEASE</version>
<relativePath>../spring-boot-parent</relativePath>
</parent>
<artifactId>spring-boot</artifactId>
<name>Spring Boot</name>
<description>Spring Boot</description>
<url>http://projects.spring.io/spring-boot/</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>http://www.spring.io</url>
</organization>
<properties>
<main.basedir>${basedir}/..</main.basedir>
</properties>
<dependencies>
<!-- Compile -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<!-- Optional -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jms</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.atomikos</groupId>
<artifactId>transactions-jta</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.sendgrid</groupId>
<artifactId>sendgrid-java</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-servlet</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.jms</groupId>
<artifactId>jms-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-jasper</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.btm</groupId>
<artifactId>btm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-xml</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-servlets</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-util</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-library</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-entitymanager</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss</groupId>
<artifactId>jboss-transaction-spi</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jdbc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jms</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>jta</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jboss.narayana.jts</groupId>
<artifactId>narayana-jts-integration</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.liquibase</groupId>
<artifactId>liquibase-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jul-to-slf4j</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-orm</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<optional>true</optional>
</dependency>
<!-- Annotation processing -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-configuration-processor</artifactId>
<optional>true</optional>
</dependency>
<!-- Test -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.appengine</groupId>
<artifactId>appengine-api-1.0-sdk</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpasyncclient</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mariadb.jdbc</groupId>
<artifactId>mariadb-java-client</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
log4j2.springboot
META-INF/additional-spring-configuration-metadata.json
META-INF/spring-configuration-metadata.json
META-INF/spring.factories
META-INF/org/apache/logging/log4j/core/config/plugins/Log4j2Plugins.dat
org.springframework.boot.ExitCodeGenerators.class
org.springframework.boot.type.classreading.ConcurrentReferenceCachingMetadataReaderFactory.class
org.springframework.boot.ansi.AnsiStyle.class
org.springframework.boot.ansi.AnsiPropertySource.class
org.springframework.boot.ansi.AnsiColors.class
org.springframework.boot.ansi.AnsiPropertySource$MappedEnum.class
org.springframework.boot.ansi.AnsiColors$LabColor.class
org.springframework.boot.ansi.AnsiElement.class
org.springframework.boot.ansi.AnsiColor.class
org.springframework.boot.ansi.AnsiOutput.class
org.springframework.boot.ansi.AnsiBackground.class
org.springframework.boot.ansi.AnsiOutput$Enabled.class
org.springframework.boot.StartupInfoLogger$2.class
org.springframework.boot.CommandLineRunner.class
org.springframework.boot.StartupInfoLogger$5.class
org.springframework.boot.Banner.class
org.springframework.boot.ApplicationHome.class
org.springframework.boot.jdbc.DatabaseDriver$1.class
org.springframework.boot.jdbc.DatabaseDriver$5.class
org.springframework.boot.jdbc.DatabaseDriver$6.class
org.springframework.boot.jdbc.DatabaseDriver$4.class
org.springframework.boot.jdbc.DatabaseDriver$3.class
org.springframework.boot.jdbc.DatabaseDriver$2.class
org.springframework.boot.jdbc.DatabaseDriver.class
org.springframework.boot.bind.PropertiesConfigurationFactory.class
org.springframework.boot.bind.YamlConfigurationFactory.class
org.springframework.boot.bind.RelaxedDataBinder$BeanPath$PropertyNode.class
org.springframework.boot.bind.PropertySourcesBinder.class
org.springframework.boot.bind.RelaxedConversionService$StringToEnumIgnoringCaseConverterFactory.class
org.springframework.boot.bind.RelaxedNames$Variation$2.class
org.springframework.boot.bind.RelaxedNames$Manipulation$5.class
org.springframework.boot.bind.PropertyNamePatternsMatcher.class
org.springframework.boot.bind.RelaxedNames$Manipulation$1.class
org.springframework.boot.bind.RelaxedDataBinder$BeanPath.class
org.springframework.boot.bind.RelaxedNames$Manipulation$8.class
org.springframework.boot.bind.RelaxedPropertyResolver.class
org.springframework.boot.bind.PropertyOrigin.class
org.springframework.boot.bind.RelaxedDataBinder$BeanPath$PathNode.class
org.springframework.boot.bind.RelaxedConversionService$1.class
org.springframework.boot.bind.RelaxedNames$Variation$1.class
org.springframework.boot.bind.YamlJavaBeanPropertyConstructor.class
org.springframework.boot.bind.RelaxedNames$Manipulation$6.class
org.springframework.boot.bind.RelaxedConversionService$StringToEnumIgnoringCaseConverterFactory$StringToEnum.class
org.springframework.boot.bind.RelaxedNames.class
org.springframework.boot.bind.PropertyNamePatternsMatcher$1.class
org.springframework.boot.bind.RelaxedDataBinder.class
org.springframework.boot.bind.RelaxedConversionService.class
org.springframework.boot.bind.PropertyNamePatternsMatcher$2.class
org.springframework.boot.bind.OriginCapablePropertyValue.class
org.springframework.boot.bind.PatternPropertyNamePatternsMatcher.class
org.springframework.boot.bind.PropertySourcesPropertyValues.class
org.springframework.boot.bind.RelaxedDataBinder$BeanPath$MapIndexNode.class
org.springframework.boot.bind.RelaxedNames$1.class
org.springframework.boot.bind.RelaxedNames$Variation$3.class
org.springframework.boot.bind.DefaultPropertyNamePatternsMatcher.class
org.springframework.boot.bind.RelaxedNames$Manipulation$7.class
org.springframework.boot.bind.RelaxedBindingNotWritablePropertyException.class
org.springframework.boot.bind.RelaxedDataBinder$MapHolder.class
org.springframework.boot.bind.RelaxedNames$Variation.class
org.springframework.boot.bind.RelaxedNames$Manipulation$2.class
org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanWrapper.class
org.springframework.boot.bind.RelaxedNames$Manipulation.class
org.springframework.boot.bind.StringToCharArrayConverter.class
org.springframework.boot.bind.RelaxedNames$Manipulation$4.class
org.springframework.boot.bind.RelaxedNames$Manipulation$3.class
org.springframework.boot.bind.PropertySourceUtils.class
org.springframework.boot.bind.YamlJavaBeanPropertyConstructor$CustomPropertyConstructMapping.class
org.springframework.boot.bind.RelaxedDataBinder$BeanPath$ArrayIndexNode.class
org.springframework.boot.bind.RelaxedDataBinder$RelaxedBeanPropertyBindingResult.class
org.springframework.boot.bind.InetAddressEditor.class
org.springframework.boot.SpringBootExceptionHandler$1.class
org.springframework.boot.lang.UsesUnsafeJava.class
org.springframework.boot.SpringApplicationRunListener.class
org.springframework.boot.SpringBootVersion.class
org.springframework.boot.DefaultApplicationArguments$Source.class
org.springframework.boot.ExitCodeGenerator.class
org.springframework.boot.BeanDefinitionLoader$ClassExcludeFilter.class
org.springframework.boot.context.config.ConfigFileApplicationListener.class
org.springframework.boot.context.config.ConfigFileApplicationListener$Profile.class
org.springframework.boot.context.config.ConfigFileApplicationListener$PropertySourceOrderingPostProcessor.class
org.springframework.boot.context.config.DelegatingApplicationContextInitializer.class
org.springframework.boot.context.config.ConfigFileApplicationListener$ConfigurationPropertySources.class
org.springframework.boot.context.config.DelegatingApplicationListener.class
org.springframework.boot.context.config.AnsiOutputApplicationListener.class
org.springframework.boot.context.config.RandomValuePropertySource.class
org.springframework.boot.context.config.ResourceNotFoundException.class
org.springframework.boot.context.config.ConfigFileApplicationListener$SpringProfiles.class
org.springframework.boot.context.config.ConfigFileApplicationListener$Loader.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$Check.class
org.springframework.boot.context.TypeExcludeFilter.class
org.springframework.boot.context.annotation.DeterminableImports.class
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData$MetaData.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor$ValidatedLocalValidatorFactoryBean.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessorRegistrar.class
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData$1.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor$ChainingValidator.class
org.springframework.boot.context.properties.NestedConfigurationProperty.class
org.springframework.boot.context.properties.EnableConfigurationPropertiesImportSelector.class
org.springframework.boot.context.properties.ConfigurationBeanFactoryMetaData.class
org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor$FlatPropertySources.class
org.springframework.boot.context.properties.DeprecatedConfigurationProperty.class
org.springframework.boot.context.properties.ConfigurationPropertiesBinding.class
org.springframework.boot.context.properties.EnableConfigurationProperties.class
org.springframework.boot.context.properties.ConfigurationProperties.class
org.springframework.boot.context.properties.EnableConfigurationPropertiesImportSelector$ConfigurationPropertiesBeanRegistrar.class
org.springframework.boot.context.event.ApplicationFailedEvent.class
org.springframework.boot.context.event.ApplicationPreparedEvent.class
org.springframework.boot.context.event.ApplicationReadyEvent.class
org.springframework.boot.context.event.ApplicationStartedEvent.class
org.springframework.boot.context.event.SpringApplicationEvent.class
org.springframework.boot.context.event.EventPublishingRunListener.class
org.springframework.boot.context.event.ApplicationStartingEvent.class
org.springframework.boot.context.event.ApplicationEnvironmentPreparedEvent.class
org.springframework.boot.context.event.EventPublishingRunListener$1.class
org.springframework.boot.context.event.EventPublishingRunListener$LoggingErrorHandler.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$3.class
org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedErrorHandler$ErrorHttpServletRequest.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty94SessionConfigurer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty9SslServerConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedWebAppContext.class
org.springframework.boot.context.embedded.jetty.JasperInitializer$WarUrlStreamHandler.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty9ServerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty8SslServerConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$ServerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty93SessionConfigurer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$SslServerConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty9ConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedWebAppContext$1.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty8ServerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$SessionDirectory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty93GzipHandlerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$SessionConfigurer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty8ConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JasperInitializer$WarURLConnection.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty92GzipHandlerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$ServerHeaderHandler.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedErrorHandler.class
org.springframework.boot.context.embedded.jetty.JasperInitializer$WarUrlStreamHandlerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedWebAppContext$JettyEmbeddedServletHandler.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer$1.class
org.springframework.boot.context.embedded.jetty.JasperInitializer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$ConnectorFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$Jetty8GzipHandlerFactory.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$1.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$ForwardHeadersCustomizer.class
org.springframework.boot.context.embedded.jetty.JettyServerCustomizer.class
org.springframework.boot.context.embedded.jetty.JasperInitializer$1.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$GzipHandlerFactory.class
org.springframework.boot.context.embedded.jetty.ServletContextInitializerConfiguration$Initializer.class
org.springframework.boot.context.embedded.jetty.JettyEmbeddedServletContainerFactory$2.class
org.springframework.boot.context.embedded.XmlEmbeddedWebApplicationContext.class
org.springframework.boot.context.embedded.AbstractConfigurableEmbeddedServletContainer.class
org.springframework.boot.context.embedded.WebApplicationContextServletContextAwareProcessor.class
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$ExistingWebApplicationScopes.class
org.springframework.boot.context.embedded.LocalServerPort.class
org.springframework.boot.context.embedded.Ssl.class
org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent.class
org.springframework.boot.context.embedded.PortInUseException.class
org.springframework.boot.context.embedded.Compression.class
org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizerBeanPostProcessor.class
org.springframework.boot.context.embedded.SslStoreProvider.class
org.springframework.boot.context.embedded.MimeMappings$Mapping.class
org.springframework.boot.context.embedded.InitParameterConfiguringServletContextInitializer.class
org.springframework.boot.context.embedded.AbstractEmbeddedServletContainerFactory.class
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer$Port.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory$1.class
org.springframework.boot.context.embedded.undertow.FileSessionPersistence.class
org.springframework.boot.context.embedded.undertow.JarResourceManager.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory$MetaInfResourcesResourceManager.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer$CompressibleMimeTypePredicate.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory$Initializer.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer$MaxSizePredicate.class
org.springframework.boot.context.embedded.undertow.FileSessionPersistence$SerializablePersistentSession.class
org.springframework.boot.context.embedded.undertow.CompositeResourceManager.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory$ConfigurableAliasKeyManager.class
org.springframework.boot.context.embedded.undertow.UndertowDeploymentInfoCustomizer.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainer$1.class
org.springframework.boot.context.embedded.undertow.UndertowEmbeddedServletContainerFactory.class
org.springframework.boot.context.embedded.undertow.UndertowBuilderCustomizer.class
org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer$1.class
org.springframework.boot.context.embedded.ServerPortInfoApplicationContextInitializer.class
org.springframework.boot.context.embedded.EmbeddedServletContainerCustomizer.class
org.springframework.boot.context.embedded.MimeMappings.class
org.springframework.boot.context.embedded.EmbeddedServletContainer.class
org.springframework.boot.context.embedded.tomcat.SkipPatternJarScanner$Tomcat8TldSkipSetter.class
org.springframework.boot.context.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory$StoreMergedWebXmlListener.class
org.springframework.boot.context.embedded.tomcat.TomcatResources.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory$DisablePersistSessionListener.class
org.springframework.boot.context.embedded.tomcat.TomcatResources$Tomcat8Resources.class
org.springframework.boot.context.embedded.tomcat.ConnectorStartFailedException.class
org.springframework.boot.context.embedded.tomcat.TomcatResources$Tomcat7Resources.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory.class
org.springframework.boot.context.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory$1.class
org.springframework.boot.context.embedded.tomcat.TomcatErrorPage.class
org.springframework.boot.context.embedded.tomcat.LazySessionIdGenerator.class
org.springframework.boot.context.embedded.tomcat.TomcatConnectorCustomizer.class
org.springframework.boot.context.embedded.tomcat.SkipPatternJarScanner.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainerFactory$1.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedWebappClassLoader.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer$1.class
org.springframework.boot.context.embedded.tomcat.SslStoreProviderUrlStreamHandlerFactory$KeyStoreUrlConnection.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer$2.class
org.springframework.boot.context.embedded.tomcat.TomcatStarter.class
org/springframework/boot/context/embedded/tomcat/empty-web.xml
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedContext.class
org.springframework.boot.context.embedded.tomcat.TomcatEmbeddedServletContainer.class
org.springframework.boot.context.embedded.tomcat.TomcatContextCustomizer.class
org.springframework.boot.context.embedded.tomcat.TldSkipPatterns.class
org.springframework.boot.context.embedded.JspServlet.class
org.springframework.boot.context.embedded.Ssl$ClientAuth.class
org.springframework.boot.context.embedded.EmbeddedServletContainerException.class
org.springframework.boot.context.embedded.ConfigurableEmbeddedServletContainer.class
org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext.class
org.springframework.boot.context.embedded.EmbeddedWebApplicationContext$1.class
org.springframework.boot.context.embedded.EmbeddedServletContainerFactory.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$ComponentScanPackageCheck.class
org.springframework.boot.context.ConfigurationWarningsApplicationContextInitializer$ConfigurationWarningsPostProcessor.class
org.springframework.boot.context.ContextIdApplicationContextInitializer.class
org.springframework.boot.context.FileEncodingApplicationListener.class
org.springframework.boot.StartupInfoLogger$3.class
org.springframework.boot.StartupInfoLogger$4.class
org.springframework.boot.SpringApplicationRunListeners.class
org.springframework.boot.info.InfoProperties$PropertiesIterator.class
org.springframework.boot.info.InfoProperties$1.class
org.springframework.boot.info.InfoProperties$Entry.class
org.springframework.boot.info.InfoProperties.class
org.springframework.boot.info.GitProperties.class
org.springframework.boot.info.BuildProperties.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$ProfileType.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$SpringProperties.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$EmptyProfilesMatcher.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$ActiveProfilesMatcher.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$1.class
org.springframework.boot.yaml.SpringProfileDocumentMatcher$ProfilesMatcher.class
org.springframework.boot.logging.LoggingSystem$NoOpLoggingSystem.class
org.springframework.boot.logging.Slf4JLoggingSystem.class
org.springframework.boot.logging.LoggerConfigurationComparator.class
org.springframework.boot.logging.ClasspathLoggingApplicationListener.class
org.springframework.boot.logging.logback.LogbackLoggingSystem.class
org.springframework.boot.logging.logback.LevelRemappingAppender$AppendableLogger.class
org.springframework.boot.logging.logback.SpringProfileAction.class
org.springframework.boot.logging.logback.WhitespaceThrowableProxyConverter.class
org/springframework/boot/logging/logback/console-appender.xml
org/springframework/boot/logging/logback/defaults.xml
org.springframework.boot.logging.logback.SpringBootJoranConfigurator.class
org.springframework.boot.logging.logback.LogbackLoggingSystem$ShutdownHandler.class
org.springframework.boot.logging.logback.LevelRemappingAppender$RemappedLoggingEvent.class
org.springframework.boot.logging.logback.LogbackLoggingSystem$1.class
org/springframework/boot/logging/logback/file-appender.xml
org.springframework.boot.logging.logback.LogbackConfigurator.class
org.springframework.boot.logging.logback.DefaultLogbackConfiguration.class
org.springframework.boot.logging.logback.SpringPropertyAction.class
org.springframework.boot.logging.logback.LevelRemappingAppender.class
org/springframework/boot/logging/logback/base.xml
org.springframework.boot.logging.logback.ExtendedWhitespaceThrowableProxyConverter.class
org.springframework.boot.logging.logback.ColorConverter.class
org.springframework.boot.logging.LoggingSystem.class
org.springframework.boot.logging.DeferredLog$Line.class
org.springframework.boot.logging.AbstractLoggingSystem$LogLevels.class
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem$1.class
org/springframework/boot/logging/log4j2/log4j2-file.xml
org.springframework.boot.logging.log4j2.WhitespaceThrowablePatternConverter.class
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem$ShutdownHandler.class
org/springframework/boot/logging/log4j2/log4j2.xml
org.springframework.boot.logging.log4j2.Log4J2LoggingSystem.class
org.springframework.boot.logging.log4j2.ExtendedWhitespaceThrowablePatternConverter.class
org.springframework.boot.logging.log4j2.SpringBootConfigurationFactory.class
org.springframework.boot.logging.log4j2.ColorConverter.class
org.springframework.boot.logging.LogFile.class
org/springframework/boot/logging/java/logging.properties
org.springframework.boot.logging.java.SimpleFormatter.class
org.springframework.boot.logging.java.JavaLoggingSystem.class
org.springframework.boot.logging.java.JavaLoggingSystem$1.class
org.springframework.boot.logging.java.JavaLoggingSystem$ShutdownHandler.class
org/springframework/boot/logging/java/logging-file.properties
org.springframework.boot.logging.LoggingApplicationListener.class
org.springframework.boot.logging.LogLevel.class
org.springframework.boot.logging.AbstractLoggingSystem.class
org.springframework.boot.logging.LoggingSystemProperties.class
org.springframework.boot.logging.DeferredLog.class
org.springframework.boot.logging.DeferredLog$1.class
org.springframework.boot.logging.LoggingInitializationContext.class
org.springframework.boot.logging.LoggerConfiguration.class
org.springframework.boot.ClearCachesApplicationListener.class
org.springframework.boot.jta.bitronix.PoolingDataSourceBean.class
org.springframework.boot.jta.bitronix.BitronixXAConnectionFactoryWrapper.class
org.springframework.boot.jta.bitronix.BitronixXADataSourceWrapper.class
org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean$DirectXAConnectionFactory.class
org.springframework.boot.jta.bitronix.BitronixDependentBeanFactoryPostProcessor.class
org.springframework.boot.jta.bitronix.PoolingConnectionFactoryBean.class
org.springframework.boot.jta.bitronix.PoolingDataSourceBean$DirectXADataSource.class
org.springframework.boot.jta.XADataSourceWrapper.class
org.springframework.boot.jta.atomikos.AtomikosConnectionFactoryBean.class
org.springframework.boot.jta.atomikos.AtomikosXADataSourceWrapper.class
org.springframework.boot.jta.atomikos.AtomikosProperties.class
org.springframework.boot.jta.atomikos.AtomikosDependsOnBeanFactoryPostProcessor.class
org.springframework.boot.jta.atomikos.AtomikosXAConnectionFactoryWrapper.class
org.springframework.boot.jta.atomikos.AtomikosDataSourceBean.class
org.springframework.boot.jta.narayana.NarayanaDataSourceBean.class
org.springframework.boot.jta.narayana.DataSourceXAResourceRecoveryHelper.class
org.springframework.boot.jta.narayana.NarayanaConfigurationBean.class
org.springframework.boot.jta.narayana.NarayanaRecoveryManagerBean.class
org.springframework.boot.jta.narayana.NarayanaBeanFactoryPostProcessor.class
org.springframework.boot.jta.narayana.NarayanaXADataSourceWrapper.class
org.springframework.boot.jta.narayana.NarayanaProperties.class
org.springframework.boot.jta.narayana.NarayanaXAConnectionFactoryWrapper.class
org.springframework.boot.jta.XAConnectionFactoryWrapper.class
org.springframework.boot.ApplicationRunner.class
org.springframework.boot.ExitCodeGenerators$MappedExitCodeGenerator.class
org.springframework.boot.validation.MessageInterpolatorFactory.class
org.springframework.boot.env.PropertySourceLoader.class
org.springframework.boot.env.PropertySourcesLoader.class
org.springframework.boot.env.EnvironmentPostProcessor.class
org.springframework.boot.env.YamlPropertySourceLoader$Processor.class
org.springframework.boot.env.SpringApplicationJsonEnvironmentPostProcessor.class
org.springframework.boot.env.PropertiesPropertySourceLoader.class
org.springframework.boot.env.YamlPropertySourceLoader.class
org.springframework.boot.env.YamlPropertySourceLoader$Processor$2.class
org.springframework.boot.env.EnumerableCompositePropertySource.class
org.springframework.boot.env.YamlPropertySourceLoader$Processor$1.class
org.springframework.boot.ImageBanner.class
org.springframework.boot.json.JsonParser.class
org.springframework.boot.json.JacksonJsonParser$MapTypeReference.class
org.springframework.boot.json.JacksonJsonParser.class
org.springframework.boot.json.GsonJsonParser$MapTypeToken.class
org.springframework.boot.json.JacksonJsonParser$ListTypeReference.class
org.springframework.boot.json.BasicJsonParser.class
org.springframework.boot.json.GsonJsonParser$1.class
org.springframework.boot.json.GsonJsonParser.class
org.springframework.boot.json.YamlJsonParser.class
org.springframework.boot.json.JsonSimpleJsonParser.class
org.springframework.boot.json.JacksonJsonParser$1.class
org.springframework.boot.json.JsonJsonParser.class
org.springframework.boot.json.GsonJsonParser$ListTypeToken.class
org.springframework.boot.json.JsonParserFactory.class
org.springframework.boot.EnvironmentConverter.class
org.springframework.boot.ExitCodeExceptionMapper.class
org.springframework.boot.SpringApplicationBannerPrinter$PrintedBanner.class
org.springframework.boot.Banner$Mode.class
org.springframework.boot.builder.ParentContextCloserApplicationListener$ContextCloserListener.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer$EventPublisher.class
org.springframework.boot.builder.ParentContextCloserApplicationListener.class
org.springframework.boot.builder.SpringApplicationBuilder.class
org.springframework.boot.builder.ParentContextApplicationContextInitializer$ParentContextAvailableEvent.class
org.springframework.boot.SpringBootConfiguration.class
org.springframework.boot.ApplicationTemp.class
org.springframework.boot.SpringBootExceptionHandler.class
org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger.class
org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener.class
org.springframework.boot.liquibase.CommonsLoggingLiquibaseLogger$1.class
org.springframework.boot.liquibase.SpringPackageScanClassResolver.class
org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$LiquibasePresent.class
org.springframework.boot.liquibase.LiquibaseServiceLocatorApplicationListener$1.class
org.springframework.boot.SpringBootExceptionHandler$LoggedExceptionHandlerThreadLocal.class
org.springframework.boot.web.support.ErrorPageFilterConfiguration.class
org.springframework.boot.web.support.ErrorPageFilter$1.class
org.springframework.boot.web.support.SpringBootServletInitializer.class
org.springframework.boot.web.support.ServletContextApplicationContextInitializer.class
org.springframework.boot.web.support.ErrorPageFilter.class
org.springframework.boot.web.support.SpringBootServletInitializer$1.class
org.springframework.boot.web.support.ErrorPageFilter$ErrorWrapperResponse.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
|