You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.
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.
尝试了下1.1.4版本仍然存在这个问题,能麻烦下开发组提供下处理建议么
The text was updated successfully, but these errors were encountered:
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.
尝试了下1.1.4版本仍然存在这个问题,能麻烦下开发组提供下处理建议么
The text was updated successfully, but these errors were encountered: