ERROR in ch.qos.logback.core.joran.spi.Interpreter@73:41 - no applicable action for [AppenderRef], current ElementPath is [[Configuration][Loggers][Root][AppenderRef]]

1、错误原因

SpringBoot 引入 rocketmq-spring-boot-starter 报错

 

 

2、解决方案-排除依赖

复制代码
        <dependency>
            <groupId>org.apache.rocketmq</groupId>
            <artifactId>rocketmq-spring-boot-starter</artifactId>
            <exclusions>
                <exclusion>
                    <groupId>org.springframework.boot</groupId>
                    <artifactId>spring-boot-starter-logging</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
复制代码

 

 项目成功启动

 

本文作者:KwFruit

本文链接:https://www.cnblogs.com/mangoubiubiu/p/15733822.html

版权声明:本作品采用知识共享署名-非商业性使用-禁止演绎 2.5 中国大陆许可协议进行许可。

posted @   KwFruit  阅读(1186)  评论(0编辑  收藏  举报
历史上的今天:
2020-12-26 ant-design-pro-vue 自定义修改时 报:2 errors found. 1 error potentially fixable with the `--fix` option.
2020-12-26 yarn
2020-12-26 springBoot-定时任务
2020-12-26 Missing URI template variable 'memberId' for method parameter of type String
点击右上角即可分享
微信分享提示
评论
收藏
关注
推荐
深色
回顶
收起