Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2020-05-11 15:38:51.375 ERROR 3887 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
***************************
APPLICATION FAILED TO START
***************************
Description:
Parameter 1 of method container in com.lhf.springcloud.BeanConfig required a bean of type 'org.springframework.data.redis.listener.adapter.MessageListenerAdapter' that could not be found.
Action:
Consider defining a bean of type 'org.springframework.data.redis.listener.adapter.MessageListenerAdapter' in your configuration.
Process finished with exit code 1
MessageListenerAdapter导入了错误的包,请问这个问题如何解决?以下是部分启动日志: