rocketmq BindingServiceConfiguration報錯

錯誤

Failed to introspect annotated methods on class org.springframework.cloud.stream.config.BindingServiceConfiguration

添加消息插件 依賴的時候 還需要加下面的依賴
需要加上下面的依賴

    <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-stream</artifactId>
            <version>2.1.1.RELEASE</version>
        </dependency>
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章