组织ID: |
org.springframework |
项目ID: |
spring-webflux |
版本: |
5.0.6.RELEASE |
最后修改时间: |
2018-07-24 12:28:36 |
包类型: |
jar |
标题: |
Spring WebFlux |
描述: |
Spring WebFlux |
相关URL: |
https://github.com/spring-projects/spring-framework |
大小: |
667.02KB |
|
Maven引入代码: |
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.6.RELEASE</version>
</dependency>
|
Gradle引入代码: |
org.springframework:spring-webflux:5.0.6.RELEASE
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>5.0.6.RELEASE</version>
<name>Spring WebFlux</name>
<description>Spring WebFlux</description>
<url>https://github.com/spring-projects/spring-framework</url>
<organization>
<name>Spring IO</name>
<url>http://projects.spring.io/spring-framework</url>
</organization>
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>jhoeller</id>
<name>Juergen Hoeller</name>
<email>jhoeller@pivotal.io</email>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/spring-projects/spring-framework</connection>
<developerConnection>scm:git:git://github.com/spring-projects/spring-framework</developerConnection>
<url>https://github.com/spring-projects/spring-framework</url>
</scm>
<issueManagement>
<system>Jira</system>
<url>https://jira.springsource.org/browse/SPR</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-smile</artifactId>
<version>2.9.5</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor.ipc</groupId>
<artifactId>reactor-netty</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava</artifactId>
<version>1.3.8</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.reactivex</groupId>
<artifactId>rxjava-reactive-streams</artifactId>
<version>1.2.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.undertow</groupId>
<artifactId>undertow-websockets-jsr</artifactId>
<version>1.4.25.Final</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jboss-websocket-api_1.1_spec</artifactId>
<groupId>org.jboss.spec.javax.websocket</groupId>
</exclusion>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>3.1.0</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>javax.websocket</groupId>
<artifactId>javax.websocket-api</artifactId>
<version>1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</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>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.tomcat</groupId>
<artifactId>tomcat-websocket</artifactId>
<version>8.5.31</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>tomcat-servlet-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
<exclusion>
<artifactId>tomcat-websocket-api</artifactId>
<groupId>org.apache.tomcat</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.eclipse.jetty.websocket</groupId>
<artifactId>websocket-server</artifactId>
<version>9.4.10.v20180503</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>javax.servlet</artifactId>
<groupId>javax.servlet</groupId>
</exclusion>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.27-incubating</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-reflect</artifactId>
<version>1.2.41</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.2.41</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-support</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>5.0.6.RELEASE</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
<artifactId>webjars-locator-core</artifactId>
<version>0.35</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<artifactId>jcl-over-slf4j</artifactId>
<groupId>org.slf4j</groupId>
</exclusion>
</exclusions>
<optional>true</optional>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-bom</artifactId>
<version>Bismuth-SR9</version>
<scope>import</scope>
<type>pom</type>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-bom</artifactId>
<version>4.1.24.Final</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
org.springframework.web.reactive.config.ViewResolverRegistry.class
org.springframework.web.reactive.config.DelegatingWebFluxConfiguration.class
org.springframework.web.reactive.config.WebFluxConfigurationSupport$EmptyHandlerMapping.class
org.springframework.web.reactive.config.EnableWebFlux.class
org.springframework.web.reactive.config.ResourceHandlerRegistration.class
org.springframework.web.reactive.config.WebFluxConfigurationSupport$NoOpValidator.class
org.springframework.web.reactive.config.WebFluxConfigurerComposite.class
org.springframework.web.reactive.config.CorsRegistration.class
org.springframework.web.reactive.config.ResourceHandlerRegistry.class
org.springframework.web.reactive.config.CorsRegistry.class
org.springframework.web.reactive.config.WebFluxConfigurationSupport$1.class
org.springframework.web.reactive.config.ViewResolverRegistry$FreeMarkerRegistration.class
org.springframework.web.reactive.config.WebFluxConfigurationSupport.class
org.springframework.web.reactive.config.WebFluxConfigurer.class
org.springframework.web.reactive.config.ViewResolverRegistry$ScriptRegistration.class
org.springframework.web.reactive.config.PathMatchConfigurer.class
org.springframework.web.reactive.config.ResourceChainRegistration.class
org.springframework.web.reactive.config.UrlBasedViewResolverRegistration.class
org.springframework.web.reactive.config.package-info.class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping$PartialMatchHelper$PartialMatch.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$MatchComparator.class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping$HttpOptionsHandler.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping.class
org.springframework.web.reactive.result.method.annotation.ArgumentResolverConfigurer.class
org.springframework.web.reactive.result.method.annotation.HttpEntityArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.SessionStatusMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.SessionAttributesHandler.class
org.springframework.web.reactive.result.method.annotation.ModelArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.WebSessionArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver$RequestHeaderNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerAdapter.class
org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver$NamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.SessionAttributeMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ControllerMethodResolver$1.class
org.springframework.web.reactive.result.method.annotation.ServerWebExchangeArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver$1.class
org.springframework.web.reactive.result.method.annotation.PrincipalArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestAttributeMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ControllerMethodResolver.class
org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ResponseEntityResultHandler.class
org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver$1.class
org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver$1.class
org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver$1.class
org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestHeaderMapMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.MatrixVariableMapMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ResponseBodyResultHandler.class
org.springframework.web.reactive.result.method.annotation.PathVariableMethodArgumentResolver$PathVariableNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.AbstractMessageReaderArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ExpressionValueMethodArgumentResolver$ExpressionValueNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.RequestHeaderMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver$RequestParamNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver$MatrixVariableNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.RequestParamMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ErrorsMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.CookieValueMethodArgumentResolver$CookieValueNamedValueInfo.class
org.springframework.web.reactive.result.method.annotation.ControllerMethodResolver$ArgumentResolverRegistrar$Builder.class
org.springframework.web.reactive.result.method.annotation.RequestPartMethodArgumentResolver$PartServerHttpRequest.class
org.springframework.web.reactive.result.method.annotation.InitBinderBindingContext.class
org.springframework.web.reactive.result.method.annotation.RequestMappingHandlerMapping.class
org.springframework.web.reactive.result.method.annotation.PathVariableMapMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ModelAttributeMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.ModelInitializer.class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestParamMapMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestPartMethodArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.AbstractNamedValueSyncArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.RequestBodyArgumentResolver.class
org.springframework.web.reactive.result.method.annotation.AbstractMessageWriterResultHandler.class
org.springframework.web.reactive.result.method.annotation.ControllerMethodResolver$ArgumentResolverRegistrar.class
org.springframework.web.reactive.result.method.annotation.package-info.class
org.springframework.web.reactive.result.method.annotation.MatrixVariableMethodArgumentResolver.class
org.springframework.web.reactive.result.method.SyncHandlerMethodArgumentResolver.class
org.springframework.web.reactive.result.method.RequestMappingInfo$DefaultBuilder.class
org.springframework.web.reactive.result.method.RequestMappingInfo$Builder.class
org.springframework.web.reactive.result.method.HandlerMethodArgumentResolverSupport.class
org.springframework.web.reactive.result.method.InvocableHandlerMethod.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$MappingRegistration.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$MappingRegistry.class
org.springframework.web.reactive.result.method.RequestMappingInfo.class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping.class
org.springframework.web.reactive.result.method.HandlerMethodArgumentResolver.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$1.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$PreFlightAmbiguousMatchHandler.class
org.springframework.web.reactive.result.method.RequestMappingInfoHandlerMapping$PartialMatchHelper.class
org.springframework.web.reactive.result.method.AbstractHandlerMethodMapping$Match.class
org.springframework.web.reactive.result.method.RequestMappingInfo$BuilderConfiguration.class
org.springframework.web.reactive.result.method.package-info.class
org.springframework.web.reactive.result.method.SyncInvocableHandlerMethod.class
org.springframework.web.reactive.result.SimpleHandlerAdapter.class
org.springframework.web.reactive.result.HandlerResultHandlerSupport.class
org.springframework.web.reactive.result.condition.ProducesRequestCondition$ProduceMediaTypeExpression.class
org.springframework.web.reactive.result.condition.RequestCondition.class
org.springframework.web.reactive.result.condition.ParamsRequestCondition$ParamExpression.class
org.springframework.web.reactive.result.condition.HeadersRequestCondition.class
org.springframework.web.reactive.result.condition.AbstractMediaTypeExpression.class
org.springframework.web.reactive.result.condition.CompositeRequestCondition.class
org.springframework.web.reactive.result.condition.AbstractNameValueExpression.class
org.springframework.web.reactive.result.condition.AbstractRequestCondition.class
org.springframework.web.reactive.result.condition.ParamsRequestCondition.class
org.springframework.web.reactive.result.condition.RequestConditionHolder.class
org.springframework.web.reactive.result.condition.RequestMethodsRequestCondition.class
org.springframework.web.reactive.result.condition.ConsumesRequestCondition.class
org.springframework.web.reactive.result.condition.MediaTypeExpression.class
org.springframework.web.reactive.result.condition.ConsumesRequestCondition$ConsumeMediaTypeExpression.class
org.springframework.web.reactive.result.condition.PatternsRequestCondition.class
org.springframework.web.reactive.result.condition.NameValueExpression.class
org.springframework.web.reactive.result.condition.ProducesRequestCondition.class
org.springframework.web.reactive.result.condition.HeadersRequestCondition$HeaderExpression.class
org.springframework.web.reactive.result.package-info.class
org.springframework.web.reactive.result.view.DefaultRendering.class
org.springframework.web.reactive.result.view.Rendering$RedirectBuilder.class
org.springframework.web.reactive.result.view.RedirectView.class
org.springframework.web.reactive.result.view.AbstractView.class
org.springframework.web.reactive.result.view.Rendering$Builder.class
org.springframework.web.reactive.result.view.RequestContext.class
org.springframework.web.reactive.result.view.RequestDataValueProcessor.class
org.springframework.web.reactive.result.view.HttpMessageWriterView.class
org.springframework.web.reactive.result.view.Rendering.class
org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfigurer.class
org.springframework.web.reactive.result.view.freemarker.FreeMarkerViewResolver.class
org.springframework.web.reactive.result.view.freemarker.FreeMarkerConfig.class
org.springframework.web.reactive.result.view.freemarker.FreeMarkerView.class
org.springframework.web.reactive.result.view.freemarker.package-info.class
org.springframework.web.reactive.result.view.AbstractUrlBasedView.class
org.springframework.web.reactive.result.view.ViewResolver.class
org.springframework.web.reactive.result.view.UrlBasedViewResolver.class
org.springframework.web.reactive.result.view.ViewResolverSupport.class
org.springframework.web.reactive.result.view.BindStatus.class
org.springframework.web.reactive.result.view.DefaultRenderingBuilder.class
org.springframework.web.reactive.result.view.ViewResolutionResultHandler.class
org.springframework.web.reactive.result.view.package-info.class
org.springframework.web.reactive.result.view.script.RenderingContext.class
org.springframework.web.reactive.result.view.script.ScriptTemplateViewResolver.class
org.springframework.web.reactive.result.view.script.ScriptTemplateConfig.class
org.springframework.web.reactive.result.view.script.ScriptTemplateConfigurer.class
org.springframework.web.reactive.result.view.script.ScriptTemplateView.class
org.springframework.web.reactive.result.view.script.package-info.class
org.springframework.web.reactive.result.view.View.class
org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer.class
org.springframework.web.reactive.support.AbstractDispatcherHandlerInitializer$ServletContextDestroyedListener.class
org.springframework.web.reactive.support.AbstractServletHttpHandlerAdapterInitializer.class
org.springframework.web.reactive.support.AbstractAnnotationConfigDispatcherHandlerInitializer.class
org.springframework.web.reactive.support.package-info.class
org.springframework.web.reactive.accept.RequestedContentTypeResolver.class
org.springframework.web.reactive.accept.HeaderContentTypeResolver.class
org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder.class
org.springframework.web.reactive.accept.ParameterContentTypeResolver.class
org.springframework.web.reactive.accept.FixedContentTypeResolver.class
org.springframework.web.reactive.accept.package-info.class
org.springframework.web.reactive.accept.RequestedContentTypeResolverBuilder$ParameterResolverConfigurer.class
org.springframework.web.reactive.function.client.DefaultWebClientBuilder.class
org.springframework.web.reactive.function.client.DefaultClientRequestBuilder.class
org.springframework.web.reactive.function.client.ClientResponse$1.class
org.springframework.web.reactive.function.client.WebClient$Builder.class
org.springframework.web.reactive.function.client.DefaultClientResponse$ReadCancellationException.class
org.springframework.web.reactive.function.client.ExchangeFilterFunction.class
org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder.class
org.springframework.web.reactive.function.client.support.ClientResponseWrapper.class
org.springframework.web.reactive.function.client.support.ClientResponseWrapper$HeadersWrapper.class
org.springframework.web.reactive.function.client.support.package-info.class
org.springframework.web.reactive.function.client.DefaultClientResponseBuilder$BuiltClientHttpResponse.class
org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec.class
org.springframework.web.reactive.function.client.WebClientException.class
org.springframework.web.reactive.function.client.ExchangeFilterFunctions.class
org.springframework.web.reactive.function.client.ClientRequest$Builder.class
org.springframework.web.reactive.function.client.ClientResponse$Builder.class
org.springframework.web.reactive.function.client.ExchangeFunction.class
org.springframework.web.reactive.function.client.DefaultWebClient$DefaultResponseSpec$StatusHandler.class
org.springframework.web.reactive.function.client.DefaultWebClient.class
org.springframework.web.reactive.function.client.WebClient$RequestBodySpec.class
org.springframework.web.reactive.function.client.ClientResponse.class
org.springframework.web.reactive.function.client.WebClient$RequestHeadersSpec.class
org.springframework.web.reactive.function.client.DefaultClientResponse$1.class
org.springframework.web.reactive.function.client.ExchangeFilterFunctions$Credentials.class
org.springframework.web.reactive.function.client.WebClient$RequestHeadersUriSpec.class
org.springframework.web.reactive.function.client.ClientRequest.class
org.springframework.web.reactive.function.client.DefaultClientRequestBuilder$BodyInserterRequest.class
org.springframework.web.reactive.function.client.DefaultClientRequestBuilder$BodyInserterRequest$1.class
org.springframework.web.reactive.function.client.DefaultExchangeStrategiesBuilder$DefaultExchangeStrategies.class
org.springframework.web.reactive.function.client.DefaultClientResponse.class
org.springframework.web.reactive.function.client.ExchangeFunctions.class
org.springframework.web.reactive.function.client.WebClient$UriSpec.class
org.springframework.web.reactive.function.client.ExchangeStrategies$Builder.class
org.springframework.web.reactive.function.client.DefaultClientResponse$DefaultHeaders.class
org.springframework.web.reactive.function.client.WebClientResponseException.class
org.springframework.web.reactive.function.client.ExchangeStrategies.class
org.springframework.web.reactive.function.client.WebClient.class
org.springframework.web.reactive.function.client.DefaultWebClient$DefaultRequestBodyUriSpec.class
org.springframework.web.reactive.function.client.DefaultClientResponseBuilder.class
org.springframework.web.reactive.function.client.ClientResponse$Headers.class
org.springframework.web.reactive.function.client.ExchangeFunctions$DefaultExchangeFunction.class
org.springframework.web.reactive.function.client.WebClient$RequestBodyUriSpec.class
org.springframework.web.reactive.function.client.WebClient$ResponseSpec.class
org.springframework.web.reactive.function.client.package-info.class
org.springframework.web.reactive.function.BodyInserters$DefaultFormInserter.class
org.springframework.web.reactive.function.BodyExtractor$Context.class
org.springframework.web.reactive.function.BodyInserters.class
org.springframework.web.reactive.function.BodyInserter.class
org.springframework.web.reactive.function.BodyExtractor.class
org.springframework.web.reactive.function.BodyInserters$DefaultMultipartInserter.class
org.springframework.web.reactive.function.BodyInserter$Context.class
org.springframework.web.reactive.function.BodyInserters$1.class
org.springframework.web.reactive.function.server.DefaultServerResponseBuilder$BodyInserterResponse$1.class
org.springframework.web.reactive.function.server.ServerResponse$Context.class
org.springframework.web.reactive.function.server.RequestPredicates$AndRequestPredicate.class
org.springframework.web.reactive.function.server.ToStringVisitor.class
org.springframework.web.reactive.function.server.RequestPredicates$OrRequestPredicate.class
org.springframework.web.reactive.function.server.ServerResponse$BodyBuilder.class
org.springframework.web.reactive.function.server.support.RouterFunctionMapping$SortedRouterFunctionsContainer.class
org.springframework.web.reactive.function.server.support.RouterFunctionMapping.class
org.springframework.web.reactive.function.server.support.ServerResponseResultHandler$1.class
org.springframework.web.reactive.function.server.support.ServerResponseResultHandler.class
org.springframework.web.reactive.function.server.support.ServerRequestWrapper.class
org.springframework.web.reactive.function.server.support.HandlerFunctionAdapter.class
org.springframework.web.reactive.function.server.support.RouterFunctionMapping$1.class
org.springframework.web.reactive.function.server.support.package-info.class
org.springframework.web.reactive.function.server.support.ServerRequestWrapper$HeadersWrapper.class
org.springframework.web.reactive.function.server.RouterFunctions$AbstractRouterFunction.class
org.springframework.web.reactive.function.server.DefaultServerResponseBuilder.class
org.springframework.web.reactive.function.server.RouterFunctions$ResourcesRouterFunction.class
org.springframework.web.reactive.function.server.RouterFunctions$HandlerStrategiesResponseContext.class
org.springframework.web.reactive.function.server.PathResourceLookupFunction.class
org.springframework.web.reactive.function.server.RequestPredicates$2.class
org.springframework.web.reactive.function.server.ServerRequest.class
org.springframework.web.reactive.function.server.RequestPredicates$1.class
org.springframework.web.reactive.function.server.RequestPredicates$PathPatternPredicate.class
org.springframework.web.reactive.function.server.ResourceHandlerFunction.class
org.springframework.web.reactive.function.server.RouterFunctions$DefaultRouterFunction.class
org.springframework.web.reactive.function.server.DefaultServerResponseBuilder$BodyInserterResponse.class
org.springframework.web.reactive.function.server.HandlerStrategies.class
org.springframework.web.reactive.function.server.HandlerFunction.class
org.springframework.web.reactive.function.server.EntityResponse$Builder.class
org.springframework.web.reactive.function.server.DefaultServerRequest$ServerRequestAdapter.class
org.springframework.web.reactive.function.server.RenderingResponse.class
org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder.class
org.springframework.web.reactive.function.server.RouterFunctions.class
org.springframework.web.reactive.function.server.ServerRequest$Headers.class
org.springframework.web.reactive.function.server.RouterFunctions$SameComposedRouterFunction.class
org.springframework.web.reactive.function.server.DefaultServerResponseBuilder$AbstractServerResponse.class
org.springframework.web.reactive.function.server.HandlerFilterFunction.class
org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder.class
org.springframework.web.reactive.function.server.DefaultHandlerStrategiesBuilder$DefaultHandlerStrategies.class
org.springframework.web.reactive.function.server.RequestPredicate.class
org.springframework.web.reactive.function.server.RequestPredicates$HeadersPredicate.class
org.springframework.web.reactive.function.server.HandlerStrategies$Builder.class
org.springframework.web.reactive.function.server.RequestPredicates$SubPathServerRequestWrapper.class
org.springframework.web.reactive.function.server.DefaultServerRequest$DefaultHeaders.class
org.springframework.web.reactive.function.server.RouterFunctions$DifferentComposedRouterFunction.class
org.springframework.web.reactive.function.server.ServerResponse.class
org.springframework.web.reactive.function.server.DefaultServerRequest$1.class
org.springframework.web.reactive.function.server.DefaultServerResponseBuilder$WriterFunctionResponse.class
org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder$DefaultEntityResponse$1.class
org.springframework.web.reactive.function.server.RequestPredicates$HttpMethodPredicate.class
org.springframework.web.reactive.function.server.ServerResponse$HeadersBuilder.class
org.springframework.web.reactive.function.server.RouterFunctions$1.class
org.springframework.web.reactive.function.server.RequestPredicates$SubPathServerRequestWrapper$SubPathContainer.class
org.springframework.web.reactive.function.server.RouterFunction.class
org.springframework.web.reactive.function.server.ResourceHandlerFunction$HeadMethodResource.class
org.springframework.web.reactive.function.server.EntityResponse.class
org.springframework.web.reactive.function.server.DefaultEntityResponseBuilder$DefaultEntityResponse.class
org.springframework.web.reactive.function.server.DefaultRenderingResponseBuilder$DefaultRenderingResponse.class
org.springframework.web.reactive.function.server.DefaultRenderingResponseBuilder.class
org.springframework.web.reactive.function.server.RenderingResponse$Builder.class
org.springframework.web.reactive.function.server.RouterFunctions$FilteredRouterFunction.class
org.springframework.web.reactive.function.server.ResourceHandlerFunction$1.class
org.springframework.web.reactive.function.server.RouterFunctions$Visitor.class
org.springframework.web.reactive.function.server.DefaultServerRequest.class
org.springframework.web.reactive.function.server.RequestPredicates.class
org.springframework.web.reactive.function.server.RouterFunctions$DefaultNestedRouterFunction.class
org.springframework.web.reactive.function.server.package-info.class
org.springframework.web.reactive.function.BodyInserters$MultipartInserter.class
org.springframework.web.reactive.function.BodyExtractors.class
org.springframework.web.reactive.function.UnsupportedMediaTypeException.class
org.springframework.web.reactive.function.package-info.class
org.springframework.web.reactive.function.BodyInserters$FormInserter.class
org.springframework.web.reactive.HandlerResult.class
org.springframework.web.reactive.DispatcherHandler.class
org.springframework.web.reactive.BindingContext.class
org.springframework.web.reactive.HandlerResultHandler.class
org.springframework.web.reactive.HandlerAdapter.class
org.springframework.web.reactive.handler.SimpleUrlHandlerMapping.class
org.springframework.web.reactive.handler.AbstractUrlHandlerMapping.class
org.springframework.web.reactive.handler.WebFluxResponseStatusExceptionHandler.class
org.springframework.web.reactive.handler.AbstractHandlerMapping.class
org.springframework.web.reactive.handler.package-info.class
org.springframework.web.reactive.HandlerMapping.class
org.springframework.web.reactive.socket.WebSocketMessage$Type.class
org.springframework.web.reactive.socket.HandshakeInfo.class
org.springframework.web.reactive.socket.client.UndertowWebSocketClient.class
org.springframework.web.reactive.socket.client.StandardWebSocketClient.class
org.springframework.web.reactive.socket.client.UndertowWebSocketClient$DefaultNegotiation.class
org.springframework.web.reactive.socket.client.TomcatWebSocketClient.class
org.springframework.web.reactive.socket.client.JettyWebSocketClient$DefaultUpgradeListener.class
org.springframework.web.reactive.socket.client.JettyWebSocketClient.class
org.springframework.web.reactive.socket.client.WebSocketClientSupport.class
org.springframework.web.reactive.socket.client.UndertowWebSocketClient$1.class
org.springframework.web.reactive.socket.client.WebSocketClient.class
org.springframework.web.reactive.socket.client.StandardWebSocketClient$DefaultConfigurator.class
org.springframework.web.reactive.socket.client.ReactorNettyWebSocketClient.class
org.springframework.web.reactive.socket.client.package-info.class
org.springframework.web.reactive.socket.adapter.StandardWebSocketSession$SendProcessorCallback.class
org.springframework.web.reactive.socket.adapter.UndertowWebSocketHandlerAdapter.class
org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession$WebSocketConnection.class
org.springframework.web.reactive.socket.adapter.TomcatWebSocketSession.class
org.springframework.web.reactive.socket.adapter.StandardWebSocketSession$1.class
org.springframework.web.reactive.socket.adapter.NettyWebSocketSessionSupport.class
org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession$SendProcessorCallback.class
org.springframework.web.reactive.socket.adapter.JettyWebSocketSession$SendProcessorCallback.class
org.springframework.web.reactive.socket.adapter.UndertowWebSocketSession.class
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession$WebSocketSendProcessor.class
org.springframework.web.reactive.socket.adapter.StandardWebSocketHandlerAdapter.class
org.springframework.web.reactive.socket.adapter.JettyWebSocketHandlerAdapter.class
org.springframework.web.reactive.socket.adapter.StandardWebSocketSession.class
org.springframework.web.reactive.socket.adapter.ReactorNettyWebSocketSession.class
org.springframework.web.reactive.socket.adapter.JettyWebSocketSession.class
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession$1.class
org.springframework.web.reactive.socket.adapter.AbstractWebSocketSession.class
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession.class
org.springframework.web.reactive.socket.adapter.AbstractListenerWebSocketSession$WebSocketReceivePublisher.class
org.springframework.web.reactive.socket.adapter.JettyWebSocketSession$1.class
org.springframework.web.reactive.socket.adapter.package-info.class
org.springframework.web.reactive.socket.WebSocketSession.class
org.springframework.web.reactive.socket.CloseStatus.class
org.springframework.web.reactive.socket.WebSocketMessage.class
org.springframework.web.reactive.socket.server.RequestUpgradeStrategy.class
org.springframework.web.reactive.socket.server.support.HandshakeWebSocketService.class
org.springframework.web.reactive.socket.server.support.WebSocketHandlerAdapter.class
org.springframework.web.reactive.socket.server.support.package-info.class
org.springframework.web.reactive.socket.server.upgrade.JettyRequestUpgradeStrategy$WebSocketHandlerContainer.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
jackson-databind-2.9.5.jar
/com.fasterxml.jackson.core/jackson-databind/2.9.5
查看jackson-databind所有版本文件
jackson-dataformat-smile-2.9.5.jar
/com.fasterxml.jackson.dataformat/jackson-dataformat-smile/2.9.5
查看jackson-dataformat-smile所有版本文件
rxjava-1.3.8.jar
/io.reactivex/rxjava/1.3.8
查看rxjava所有版本文件
rxjava-reactive-streams-1.2.1.jar
/io.reactivex/rxjava-reactive-streams/1.2.1
查看rxjava-reactive-streams所有版本文件
undertow-websockets-jsr-1.4.25.Final.jar
/io.undertow/undertow-websockets-jsr/1.4.25.Final
查看undertow-websockets-jsr所有版本文件
javax.servlet-api-3.1.0.jar
/javax.servlet/javax.servlet-api/3.1.0
查看javax.servlet-api所有版本文件
javax.websocket-api-1.1.jar
/javax.websocket/javax.websocket-api/1.1
查看javax.websocket-api所有版本文件
httpclient-4.5.5.jar
/org.apache.httpcomponents/httpclient/4.5.5
查看httpclient所有版本文件
tomcat-websocket-8.5.31.jar
/org.apache.tomcat/tomcat-websocket/8.5.31
查看tomcat-websocket所有版本文件
websocket-server-9.4.10.v20180503.jar
/org.eclipse.jetty.websocket/websocket-server/9.4.10.v20180503
查看websocket-server所有版本文件
freemarker-2.3.27-incubating.jar
/org.freemarker/freemarker/2.3.27-incubating
查看freemarker所有版本文件
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-beans-5.0.6.RELEASE.jar
/org.springframework/spring-beans/5.0.6.RELEASE
查看spring-beans所有版本文件
spring-context-5.0.6.RELEASE.jar
/org.springframework/spring-context/5.0.6.RELEASE
查看spring-context所有版本文件
spring-context-support-5.0.6.RELEASE.jar
/org.springframework/spring-context-support/5.0.6.RELEASE
查看spring-context-support所有版本文件
spring-core-5.0.6.RELEASE.jar
/org.springframework/spring-core/5.0.6.RELEASE
查看spring-core所有版本文件
spring-web-5.0.6.RELEASE.jar
/org.springframework/spring-web/5.0.6.RELEASE
查看spring-web所有版本文件
webjars-locator-core-0.35.jar
/org.webjars/webjars-locator-core/0.35
查看webjars-locator-core所有版本文件
|