腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
2
回答
在嵌入式Tomcat中使用
Spring
Boot
Weblfux
、
我正在尝试在一个新的
Spring
Boot
应用程序中使用WebFlux反应类型。我在上使用了初始化器,并选择了2.0.0-SNAPSHOT版本。我添加了web反应依赖,我所做的一切都运行得很好。现在我明白了webflux还没有正式上市,我也不应该期望所有其他
spring
项目都能提供完全的响应支持。是否仍然可以将
spring
-
boot
-starter-webflux与其他应用程序容器一起使用,或者我现在是否需要手动引导webflux来处理netty以外的其他内容?
浏览 16
提问于2017-04-18
得票数 7
回答已采纳
1
回答
未能应用插件“org.gradle.application”。Gradle
、
、
:
spring
-
boot
-starter-actuator') compile('org.springframework.<
浏览 7
提问于2022-04-20
得票数 0
回答已采纳
2
回答
Spring
boot
2.0反应式webflux配置中的默认线程数
、
、
、
在
Spring
boot
2.0中使用
Spring
5 reactive webflux时,用于处理请求的默认线程数是多少?如何配置使用的线程数?
浏览 3
提问于2017-10-25
得票数 7
回答已采纳
1
回答
在Jetty上而不是Netty上运行更改Webflux后获得异常
、
、
、
<artifactId>
spring
-
boot
-starter-
reactor
-netty</artifactId>[INFO] | +- org.springframework.
boot
:
spring
-<
浏览 3
提问于2018-05-12
得票数 2
2
回答
Spring
Boot
Admin -系统错误中打开的文件太多
、
、
、
我试着在ECS Fargate上运行
spring
-
boot
-admin,几分钟后服务器死了,日志中充满了“系统中打开的文件太多”的错误。我使用的是
spring
-
boot
2.3.1,并且已经尝试了2.2.3和
spring
-
boot
-admin的2.3.0-SNAPSHOT。客户端中仅有以下设置:
spring
.
boot
.admin.client.instance.prefer-ip=true
spring
.
boot
.
浏览 248
提问于2020-06-30
得票数 8
回答已采纳
3
回答
带休息装置的弹簧反应堆
、
、
、
、
Reactor
POC</description> <groupId>org.springframework.
boot
</groupId><artifactId>
spring
-
boot
-starter-parent</artifactId> <version>1.4.0.RELEASE</version><dependenc
浏览 7
提问于2016-09-02
得票数 3
回答已采纳
7
回答
Spring
4.0和ActiveMQ enableStompBrokerRelay错误
、
org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration.stompBrokerRelayMessageHandler()] threw exception; nested exception is java.lang.NoClassDefFoundError:
reactor
org.springframework.messaging.simp.config.AbstractMessageBrokerConfiguration.stompBrokerRelayMessageHand
浏览 7
提问于2014-02-04
得票数 9
1
回答
原因: java.lang.IllegalArgumentException:找不到具有name标头的RoutePredicateFactory
、
、
、
、
我正在从https://www.udemy.com/course/
spring
-
boot
-microservices-and-
spring
-cloud/learn/lecture/23952722#notes学习
Spring
Boot
微服务,并在
Spring
Bootv2.5.2中使用
Spring
Cloud Gateway。(SpringApplication.java:434) ~[
spr
浏览 204
提问于2021-07-22
得票数 0
回答已采纳
1
回答
生菜在依赖于弹簧云启动器时抛出NPE。
、
、
、
、
我使用session data-redis来管理会话。它将在每次请求之前从redis获取会话数据。但是当从redis获得会话时,它会抛出一个NPE。如果我去掉了弹簧云启动器的依赖,它就不会发生了。springcloud版本: Hoxton.SR10java.lang.NullPointerException: null at io.lettuce.core.protocol.CommandHandler.writeSingleCommand(CommandHandler.java:426) ~[lettuce-
浏览 2
提问于2021-03-23
得票数 0
1
回答
哪种依赖关系将用于Cassandra DB (反应性)
、
、
、
我的应用程序是基于
Spring
反应性的,我需要开始使用Cassandra (v3.11.6)。最初,我通过添加
spring
-data-cassandra来完成我的DB需求,它还能够使用ReactiveCassandraTemplate编写DB例程。但是最近在网上搜索时,我才知道,还有一个名为
spring
-
boot
-starter-data-cassandra-reactive的依赖项存在于Cassandra中。
spring
-data-cassandra
spring
-
boot
浏览 3
提问于2020-05-14
得票数 2
回答已采纳
2
回答
弹簧反应器和引导依赖
、
启动是运行
spring
reactor
的先决条件吗?我正在尝试在常规的web应用程序环境中使用
spring
reactor
。我可以看到已经创建了反应器配置。消费者已注册。通知被调用。事件不会被激发。());
reactor
.on(Selectors.$(constants.SET_CONSUMPTION_LEVEL),
浏览 0
提问于2014-12-30
得票数 0
1
回答
使用没有泽西岛的EurekaClient抛出无法识别的字段异常
、
、
我有一个eureka服务器和两个注册服务和都使用 at org.springframework.
boot
.SpringApplication.refr
浏览 1
提问于2018-03-05
得票数 0
1
回答
spring
-
boot
-starter-webflux和
spring
-
boot
-starter-jetty之间的冲突
、
、
、
我有一个微服务应用程序,它位于我包含的一个JAR依赖项中 <groupId>org.springframework.
boot
</groupId></dependency><dependency>
浏览 1
提问于2019-09-09
得票数 1
1
回答
无法使用Resilience4J将CircuitBreaker解析为类型
、
、
、
我正在尝试在我的
Spring
Boot
中构建一个简单的CircuitBreaker (它使用Swagger)。我的pom.xml是 <dependency> <artifactId>resilience4j-
spring
-
boot
2version> <gr
浏览 43
提问于2021-09-08
得票数 0
1
回答
管理应用程序未启动
、
我有下面的
spring
boot
依赖项: <parent> <artifactId>
spring
-
boot
-starter-parent</artifactId> <rel
浏览 13
提问于2019-05-27
得票数 0
2
回答
从oracle-r2dbc版本0.4.0升级到1.0.0将导致在更新时类强制转换异常。
、
、
、
、
:
spring
-
boot
-starter-actuator:2.7.4') { } implem
浏览 46
提问于2022-10-05
得票数 0
1
回答
我收到了错误: java.lang.IllegalArgumentException:"httpclientconf‘已经在使用“
、
、
、
(SpringApplication.java:)at org.springframework.
boot
.SpringApplication.run(SpringApplication.java:319)(
spring
-
boot
/:2.3.12.RELEASE] at org.spring
浏览 1
提问于2022-10-15
得票数 -1
2
回答
使用
Spring
和而不使用
spring
引导
、
、
、
因此,我有一个旧的工作应用程序,它使用
Spring
,而不是
spring
。我在我的项目中增加了
spring
的gradle依赖性,并开始使用webclient从我的项目调用外部API。这是我的Gradle依赖性:我是新的春天
浏览 5
提问于2022-03-16
得票数 0
回答已采纳
2
回答
Java/
Spring
错误:'
reactor
.netty.http.server.HttpServer‘中的'create()’不能应用于'(java.lang.String,int)‘
、
我正在学习一门Java /
Spring
课程。代码如下: package com.pinodev.helloServer; testImplementation 'org.springframework.
boot
:
spring
-<
浏览 182
提问于2021-01-24
得票数 1
回答已采纳
2
回答
Spring
: Resilience4j :无法找到名为CircuitBreaker的GatewayFilterFactory
、
、
、
、
spring
-
boot
-starter-actuator</artifactId> <dependency> at org.springframework.
boot
.SpringApplication.refreshContext(SpringApplica
浏览 33
提问于2022-02-04
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
Spring Boot:Spring Boot 邮件服务
聊聊Spring Reactor反应式编程
Spring Boot 2系列教程6-Spring Boot JDBC
Spring Boot 2.0(二):Spring Boot 2.0尝鲜-动态 Banner
spring boot简介
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
实时音视频
活动推荐
运营活动
广告
关闭
领券