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版本仍然存在这个问题,能麻烦下开发组提供下处理建议么