Error creating bean with name 'binderTypeRegistry' `META-INF/spring.binders` resources found on the classpath
来自ling
Add this to your pom under dependencies,
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-rabbit</artifactId> </dependency>
This is for RabbitMQ binder 或
<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-stream-kafka</artifactId> </dependency>