腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
文章
问答
(7198)
视频
沙龙
1
回答
Spring
@
Async
vs
Spring
WebFlux
、
、
我正在尝试使用
WebFlux
来转换以下方法,以避免在相同的方法上使用@
Async
。@
Async
public void notifyCallback(NotifyCallbackRequest request, String id) { identityService.notifyCallback(request, id);startProcess(id)是一个通过
webflux
浏览 40
提问于2021-02-20
得票数 1
回答已采纳
1
回答
spring
-boot-starter-
webflux
是否包含
spring
-boot-starter-web?
是否可以使用仅添加了
spring
-boot-starter-
webflux
的现有
spring
-boot-starter-web编码方案??没有
spring
-boot-starter-web的话。
浏览 71
提问于2019-01-07
得票数 1
3
回答
Spring
Webflux
返回404 (非Foud )
、
、
、
、
我必须使用
spring
Webflux
以一种被动的方式保存一些值。但当我发送请求时,将返回404状态作为响应。pom.xml <dependency> <artifactId>
spring
-boot-starter-jerseyartifactId> <dependency> <group
浏览 103
提问于2020-08-24
得票数 1
回答已采纳
1
回答
如何向kotlin协程发出邮递员请求
、
、
:$
spring
_boot_version" id 'org.jetbrains.kotlin.jvm' id 'org.jetbrains.kotlin.plugin.jpa:
spring
-b
浏览 0
提问于2020-04-17
得票数 1
1
回答
LocalDate不能在
spring
@RestController中映射
、
、
、
、
我的目标是让
spring
从LocalDate输入(请求体和查询参数)自动解析String: public Mono<String> datetimePost} 方法中索引0处的参数验证失败:带有1错误的公共org.springframework.web.bind.support.WebExchangeBindException: org.example.
spring
.
webflux
.ExampleServlet.datetimeGe
浏览 19
提问于2022-03-03
得票数 1
2
回答
在
spring
reactive web (
webflux
)中,为所有端点添加"/api“或其他前缀
、
、
、
、
我在一个
spring
reactive web项目中有一组测试,我想在不同的环境中用"api“或”RestControllers -api“作为所有控制器的前缀。我曾尝试使用server.servlet.context-path=/api,但它无法与Netty服务器上运行的
spring
reactive web (
webflux
)一起工作
浏览 57
提问于2020-10-16
得票数 1
回答已采纳
1
回答
'org.springframework.boot.web.reactive.error.ErrorAttributes‘:没有NoSuchBeanDefinitionException类型的合格bean:
、
、
我遵循教程来处理
Spring
项目中的错误。
浏览 6
提问于2020-07-30
得票数 1
回答已采纳
2
回答
由于java.lang.IllegalStateException:找不到合适的默认ClientHttpConnector,无法构造
Spring
webClient
、
<dependency> <artifactId>
spring
-boot-starter-web<dependency> <artifactId>
spring
-boot-sta
浏览 473
提问于2020-07-16
得票数 14
回答已采纳
1
回答
Springboot
webflux
支持将Flux<Object>请求从客户端发送到服务器吗?
、
、
、
、
Springboot
webflux
是否支持将Flux请求从客户端发送到服务器? } public void testPost() throws Exception { WebClient webClient = WebClient.create("http:
浏览 50
提问于2018-05-31
得票数 1
2
回答
无法解析
spring
-web-reactive的依赖关系
、
、
、
-- https://mvnrepository.com/artifact/org.springframework/
spring
-web-reactive --><groupId>org.springframework</groupId><version>5.0.0.M2</ve
浏览 9
提问于2018-07-04
得票数 5
1
回答
在没有servlet api的
webflux
项目中使用带有
Spring
Security OAuth2和reactor netty的OAuth2
、
、
、
、
我想将
webflux
与reactor netty一起使用,但我的项目依赖于
spring
-security- oauth2,特别是使用类https://github.com/
spring
-projects/
spring
-security-oauth/blob/master/
spring
-security-oauth2/src/main/java/org/springframework
浏览 30
提问于2019-10-09
得票数 0
2
回答
Spring
Webflux
:如何创建用于部署的Tomcat WAR?
、
、
我已经看过并尝试了很多关于
spring
-boot-starter-tomcat的教程。但这些方法适用于
spring
boot JPA,但不适用于
webflux
。 你能帮我拿一下吗?
浏览 92
提问于2021-07-01
得票数 0
1
回答
来自多部分文件api的不支持媒体类型
、
、
、
当使用FilePart时,我们是否需要以任何不同的方式调用
spring
5中的多部分文件上传apis?
浏览 0
提问于2018-06-10
得票数 0
回答已采纳
1
回答
ServerRequest在SpringBoot 2.0上的应用
、
、
、
从
Spring
1到
Spring
2 (2.0.0.RELEASE)。<parent> <artifactId>
spring
-boot-starter-parent</
浏览 1
提问于2018-03-29
得票数 0
回答已采纳
2
回答
Spring
WebFlux
Reactive和Kotlin协程启动错误
、
、
、
、
我正在尝试使用https://docs.
spring
.io/
spring
/docs/5.2.0.BUILD-SNAPSHOT/
spring
-framework-reference/languages.htmlorg.jetbrains.kotlinx:kotlinx-coroutines-reactor:$kotlin_coroutines_reactor" implementation "org.springframework.boot:
sp
浏览 38
提问于2020-04-05
得票数 2
1
回答
spring
引导(
webflux
) rest控制器获得远程IP地址
、
、
、
使用
spring
引导简单的REST应用程序。<parent> <artifactId>
spring
-boot-starter-parent</dependencies> <groupId>org.springframework.boot</groupId> <a
浏览 0
提问于2018-09-04
得票数 5
回答已采纳
1
回答
ClassNotFoundException与
Spring
WebFlux
安全性
、
、
、
我有以下问题:<parent> <artifactId>
spring
-boot-starter-parent</artifactId> <versio
浏览 4
提问于2017-07-15
得票数 2
回答已采纳
1
回答
在
spring
中使用kotlin挂起函数创建名为“requestMappingHandlerMapping”的bean时出错
、
、
spring
版本:2.2.6 versionkotlin coroutine版本: 1.3.5 }我在build.gradle.kts中添加了必需的依赖项: implementation("org.springframework.boot:
spring
-boot-starter-web") implementation("org.springframework.boot:<em
浏览 2
提问于2020-04-23
得票数 1
回答已采纳
1
回答
使用json上传的
Spring
boot文件中不存在必需的FileUpload[]参数'body‘
、
、
我正在尝试使用json作为请求参数来上传文件。但上面说FileUpload身体不存在。 这是我的控制器。 @PostMapping("/upload") @RequestParam("body") FileUpload[] fileUploads) { return
浏览 42
提问于2020-09-14
得票数 0
1
回答
在Jetty上而不是Netty上运行更改
Webflux
后获得异常
、
、
、
我想在Jetty而不是Netty上运行我的
Spring
Boot
Webflux
应用程序,我找到了,我可以简单地这样做: <groupId>org.springframework.security</groupId> <exclusions> <exclusion
浏览 3
提问于2018-05-12
得票数 2
点击加载更多
相关
资讯
Spring Boot 2.0-WebFlux framework
212.Spring Boot WebFlux:响应式Spring Data之MongoDB
Spring WebFlux和Spring Cloud进行响应式微服务开发
译:Spring WebFlux:编写拦截器
Spring Boot 2 异步@Async 注解没生效?
热门
标签
更多标签
云服务器
ICP备案
云点播
对象存储
即时通信 IM
活动推荐
运营活动
广告
关闭
领券