组织ID: |
org.springframework.boot |
项目ID: |
spring-boot-starter-webflux |
版本: |
2.2.5.RELEASE |
最后修改时间: |
2020-02-27 23:06:50 |
包类型: |
jar |
标题: |
Spring Boot WebFlux Starter |
描述: |
Starter for building WebFlux applications using Spring Framework's
Reactive Web support |
相关URL: |
https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-webflux |
大小: |
0.40KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>2.2.5.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework.boot:spring-boot-starter-webflux:2.2.5.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-starters</artifactId>
<version>2.2.5.RELEASE</version>
</parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-webflux</artifactId>
<version>2.2.5.RELEASE</version>
<name>Spring Boot WebFlux Starter</name>
<description>Starter for building WebFlux applications using Spring Framework's
Reactive Web support</description>
<url>https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters/spring-boot-starter-webflux</url>
<organization>
<name>Pivotal Software, Inc.</name>
<url>https://spring.io</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>https://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>https://www.spring.io</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-boot.git</connection>
<developerConnection>scm:git:ssh://git@github.com/spring-projects/spring-boot.git</developerConnection>
<url>https://github.com/spring-projects/spring-boot</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-starter</artifactId>
<version>2.2.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-json</artifactId>
<version>2.2.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-reactor-netty</artifactId>
<version>2.2.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
<version>2.2.5.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>tomcat-embed-el</artifactId>
<groupId>org.apache.tomcat.embed</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.2.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.2.4.RELEASE</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.synchronoss.cloud</groupId>
<artifactId>nio-multipart-parser</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
|
依赖Jar: |
spring-boot-starter-2.2.5.RELEASE.jar
/org.springframework.boot/spring-boot-starter/2.2.5.RELEASE
查看spring-boot-starter所有版本文件
spring-boot-starter-json-2.2.5.RELEASE.jar
/org.springframework.boot/spring-boot-starter-json/2.2.5.RELEASE
查看spring-boot-starter-json所有版本文件
spring-boot-starter-reactor-netty-2.2.5.RELEASE.jar
/org.springframework.boot/spring-boot-starter-reactor-netty/2.2.5.RELEASE
查看spring-boot-starter-reactor-netty所有版本文件
spring-boot-starter-validation-2.2.5.RELEASE.jar
/org.springframework.boot/spring-boot-starter-validation/2.2.5.RELEASE
查看spring-boot-starter-validation所有版本文件
spring-web-5.2.4.RELEASE.jar
/org.springframework/spring-web/5.2.4.RELEASE
查看spring-web所有版本文件
spring-webflux-5.2.4.RELEASE.jar
/org.springframework/spring-webflux/5.2.4.RELEASE
查看spring-webflux所有版本文件
nio-multipart-parser-1.1.0.jar
/org.synchronoss.cloud/nio-multipart-parser/1.1.0
查看nio-multipart-parser所有版本文件
|