Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

springBoot由2.3.4升级到2.7.10后rsocket不兼容 #234

Open
darkleave opened this issue Jun 9, 2023 · 1 comment
Open

springBoot由2.3.4升级到2.7.10后rsocket不兼容 #234

darkleave opened this issue Jun 9, 2023 · 1 comment

Comments

@darkleave
Copy link

2.3.4的springboot版本对应1.1.1版本是正常的,升级后
SpringBoot启动异常:


APPLICATION FAILED TO START


Description:

Field healthIndicators in com.alibaba.spring.boot.rsocket.health.RSocketServiceHealthImpl required a bean of type 'java.util.List' that could not be found.

The injection point has the following annotations:
- @org.springframework.beans.factory.annotation.Autowired(required=true)

Action:

Consider defining a bean of type 'java.util.List' in your configuration.

image

尝试了下1.1.4版本仍然存在这个问题,能麻烦下开发组提供下处理建议么

@hupeiD
Copy link

hupeiD commented Jun 9, 2023

配置文件里,rsocket.brokers如果不是采用逗号分割的字符串格式,好像就会报这个错,具体原因没深究

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants