Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants