| 组织ID: |
org.springframework.boot |
| 项目ID: |
spring-boot-test-autoconfigure |
| 版本: |
2.0.3.RELEASE |
| 最后修改时间: |
2018-07-23 20:57:55 |
| 包类型: |
jar |
| 标题: |
Spring Boot Test Auto-Configure |
| 描述: |
Spring Boot Test Auto-Configure |
| 相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test-autoconfigure |
| 大小: |
152.05KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test-autoconfigure</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
|
| Gradle引入代码: |
org.springframework.boot:spring-boot-test-autoconfigure: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-test-autoconfigure</artifactId>
<version>2.0.3.RELEASE</version>
<name>Spring Boot Test Auto-Configure</name>
<description>Spring Boot Test Auto-Configure</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-test-autoconfigure</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-test-autoconfigure</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git/spring-boot-test-autoconfigure</developerConnection>
<url>http://github.com/spring-projects/spring-boot/spring-boot-test-autoconfigure</url>
</scm>
<issueManagement>
<system>Github</system>
<url>https://github.com/spring-projects/spring-boot/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-autoconfigure</artifactId>
<version>2.0.3.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>javax.json.bind</groupId>
<artifactId>javax.json.bind-api</artifactId>
<version>1.0</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>javax.transaction</groupId>
<artifactId>javax.transaction-api</artifactId>
<version>1.2</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.jayway.jsonpath</groupId>
<artifactId>json-path</artifactId>
<version>2.4.0</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>rest-assured</artifactId>
<version>3.0.7</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>net.sourceforge.htmlunit</groupId>
<artifactId>htmlunit</artifactId>
<version>2.29</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<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>jboss-transaction-api_1.2_spec</artifactId>
<groupId>org.jboss.spec.javax.transaction</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>htmlunit-driver</artifactId>
<version>2.29.3</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-api</artifactId>
<version>3.9.1</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-webmvc</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.data</groupId>
<artifactId>spring-data-jpa</artifactId>
<version>2.0.8.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>aspectjrt</artifactId>
<groupId>org.aspectj</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-ldap</artifactId>
<version>2.0.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>2.0.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>5.0.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>2.0.8.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-mockmvc</artifactId>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-restassured</artifactId>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.restdocs</groupId>
<artifactId>spring-restdocs-webtestclient</artifactId>
<version>2.0.1.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-config</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>5.0.6.RELEASE</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.mongodb</groupId>
<artifactId>mongodb-driver-async</artifactId>
<version>3.6.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-reactivestreams</artifactId>
<version>1.7.1</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/spring-configuration-metadata.json
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizerFactory.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcConfigurationCustomizer.class
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonbJsonTesterConfiguration.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonTesterFactoryBean.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JsonMarshalTestersBeanPostProcessor.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler$Printer.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcAutoConfiguration.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTest.class
org.springframework.boot.test.autoconfigure.data.redis.AutoConfigureDataRedis.class
org.springframework.boot.test.autoconfigure.core.AutoConfigureCache.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration.class
org.springframework.boot.test.autoconfigure.jdbc.JdbcTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer.class
org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener$PostProcessor.class
org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.class
org.springframework.boot.test.autoconfigure.json.JsonExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.json.JsonExcludeFilter.class
org.springframework.boot.test.autoconfigure.json.JsonTest.class
org.springframework.boot.test.autoconfigure.json.AutoConfigureJson.class
org.springframework.boot.test.autoconfigure.json.AutoConfigureJsonTesters.class
org.springframework.boot.test.autoconfigure.jooq.AutoConfigureJooq.class
META-INF/spring.factories
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureWebMvc.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsProperties.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsWebTestClientConfigurationCustomizer.class
org.springframework.boot.test.autoconfigure.jdbc.JdbcTest.class
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureJdbc.class
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase$Replace.class
org.springframework.boot.test.autoconfigure.jdbc.AutoConfigureTestDatabase.class
org.springframework.boot.test.autoconfigure.jooq.JooqTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler$LinesPrintingResultHandler.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcWebDriverAutoConfiguration.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.data.redis.DataRedisTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.jdbc.JdbcTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$JacksonJsonTestersConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWritingResultHandler.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTest.class
org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration$SecurityMockMvcBuilderCustomizer$1.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration$SecurityMockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcSecurityConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$1.class
org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer$PropertyMappingCheckBeanPostProcessor.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LinesWriter.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocumentationContextProviderRegistrar.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$DeferredLinesWriter.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory.class
org.springframework.boot.test.autoconfigure.web.servlet.WebDriverScope.class
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener.class
org.springframework.boot.test.autoconfigure.web.client.WebClientRestTemplateAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.client.RestClientTest.class
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureWebClient.class
org.springframework.boot.test.autoconfigure.web.client.AutoConfigureMockRestServiceServer.class
org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerAutoConfiguration$DeferredRequestExpectationManager.class
org.springframework.boot.test.autoconfigure.web.client.RestClientExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.web.reactive.AutoConfigureWebTestClient.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.web.reactive.WebTestClientAutoConfiguration.class
org.springframework.boot.test.autoconfigure.web.reactive.SpringBootWebTestClientBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.data.neo4j.AutoConfigureDataNeo4j.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTest.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$1.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.data.mongo.DataMongoTest.class
org.springframework.boot.test.autoconfigure.data.mongo.AutoConfigureDataMongo.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfiguration.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFilters.class
org.springframework.boot.test.autoconfigure.filter.AnnotationCustomizableTypeExcludeFilter$FilterType.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredConfigurationCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsMockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.jooq.JooqTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTest.class
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureDataJpa.class
org.springframework.boot.test.autoconfigure.orm.jpa.AutoConfigureTestEntityManager.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$LoggingLinesWriter.class
org.springframework.boot.test.autoconfigure.web.reactive.WebFluxTestContextBootstrapper.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener$1.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.data.ldap.DataLdapTest.class
org.springframework.boot.test.autoconfigure.data.neo4j.DataNeo4jTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.filter.TypeExcludeFiltersContextCustomizer$1.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsAutoConfiguration$RestDocsRestAssuredConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.SpringBootMockMvcBuilderCustomizer$SystemLinesWriter.class
org.springframework.boot.test.autoconfigure.jdbc.TestDatabaseAutoConfiguration$EmbeddedDataSourceBeanFactoryPostProcessor.class
org.springframework.boot.test.autoconfigure.json.JsonTestersAutoConfiguration$GsonJsonTestersConfiguration.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsRestAssuredBuilderCustomizer.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTypeExcludeFilter$1.class
org.springframework.boot.test.autoconfigure.orm.jpa.DataJpaTypeExcludeFilter.class
org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManager.class
org.springframework.boot.test.autoconfigure.orm.jpa.TestEntityManagerAutoConfiguration.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$DisableAutoConfigurationContextCustomizer.class
org.springframework.boot.test.autoconfigure.OverrideAutoConfigurationContextCustomizerFactory$1.class
org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener.class
org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener$DocumentationHandler.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
spring-boot-test-2.0.3.RELEASE.jar
/org.springframework.boot/spring-boot-test/2.0.3.RELEASE
查看spring-boot-test所有版本文件
spring-boot-autoconfigure-2.0.3.RELEASE.jar
/org.springframework.boot/spring-boot-autoconfigure/2.0.3.RELEASE
查看spring-boot-autoconfigure所有版本文件
javax.json.bind-api-1.0.jar
/javax.json.bind/javax.json.bind-api/1.0
查看javax.json.bind-api所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
javax.transaction-api-1.2.jar
/javax.transaction/javax.transaction-api/1.2
查看javax.transaction-api所有版本文件
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-path-2.4.0.jar
/com.jayway.jsonpath/json-path/2.4.0
查看json-path所有版本文件
rest-assured-3.0.7.jar
/io.rest-assured/rest-assured/3.0.7
查看rest-assured所有版本文件
htmlunit-2.29.jar
/net.sourceforge.htmlunit/htmlunit/2.29
查看htmlunit所有版本文件
hibernate-core-5.2.17.Final.jar
/org.hibernate/hibernate-core/5.2.17.Final
查看hibernate-core所有版本文件
htmlunit-driver-2.29.3.jar
/org.seleniumhq.selenium/htmlunit-driver/2.29.3
查看htmlunit-driver所有版本文件
selenium-api-3.9.1.jar
/org.seleniumhq.selenium/selenium-api/3.9.1
查看selenium-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-webmvc-5.0.7.RELEASE.jar
/org.springframework/spring-webmvc/5.0.7.RELEASE
查看spring-webmvc所有版本文件
spring-webflux-5.0.7.RELEASE.jar
/org.springframework/spring-webflux/5.0.7.RELEASE
查看spring-webflux所有版本文件
spring-data-jpa-2.0.8.RELEASE.jar
/org.springframework.data/spring-data-jpa/2.0.8.RELEASE
查看spring-data-jpa所有版本文件
spring-data-ldap-2.0.8.RELEASE.jar
/org.springframework.data/spring-data-ldap/2.0.8.RELEASE
查看spring-data-ldap所有版本文件
spring-data-mongodb-2.0.8.RELEASE.jar
/org.springframework.data/spring-data-mongodb/2.0.8.RELEASE
查看spring-data-mongodb所有版本文件
spring-data-neo4j-5.0.8.RELEASE.jar
/org.springframework.data/spring-data-neo4j/5.0.8.RELEASE
查看spring-data-neo4j所有版本文件
spring-data-redis-2.0.8.RELEASE.jar
/org.springframework.data/spring-data-redis/2.0.8.RELEASE
查看spring-data-redis所有版本文件
spring-restdocs-mockmvc-2.0.1.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-mockmvc/2.0.1.RELEASE
查看spring-restdocs-mockmvc所有版本文件
spring-restdocs-restassured-2.0.1.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-restassured/2.0.1.RELEASE
查看spring-restdocs-restassured所有版本文件
spring-restdocs-webtestclient-2.0.1.RELEASE.jar
/org.springframework.restdocs/spring-restdocs-webtestclient/2.0.1.RELEASE
查看spring-restdocs-webtestclient所有版本文件
spring-security-config-5.0.6.RELEASE.jar
/org.springframework.security/spring-security-config/5.0.6.RELEASE
查看spring-security-config所有版本文件
spring-security-test-5.0.6.RELEASE.jar
/org.springframework.security/spring-security-test/5.0.6.RELEASE
查看spring-security-test所有版本文件
tomcat-embed-core-8.5.31.jar
/org.apache.tomcat.embed/tomcat-embed-core/8.5.31
查看tomcat-embed-core所有版本文件
mongodb-driver-async-3.6.4.jar
/org.mongodb/mongodb-driver-async/3.6.4
查看mongodb-driver-async所有版本文件
mongodb-driver-reactivestreams-1.7.1.jar
/org.mongodb/mongodb-driver-reactivestreams/1.7.1
查看mongodb-driver-reactivestreams所有版本文件
|