Caused by: java.lang.ClassNotFoundException: org.springframework.integration.handler.support.HandlerMethodArgumentResolversHolder
时间:2019-04-22 15:34:26
收藏:0
阅读:635
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>RELEASE</version>
</dependency>
将pom中这个干掉就行了,暂时没搞清楚为啥
原文:https://www.cnblogs.com/guokejiang/p/10750182.html
评论(0)