当前位置: 首页 > article >正文

Ruoyi报‘com.ruoyi.system.api.RemoteLogService‘ that could not be found.

解释

这个因为在引包的时候有些包的配置没有导入进去,想要解决这个问题最简单的方式就是注释掉这个的包的导入。

解决方法

报错

***************************
APPLICATION FAILED TO START
***************************

Description:

Field remoteLogService in com.ruoyi.common.log.service.AsyncLogService required a bean of type 'com.ruoyi.system.api.RemoteLogService' that could not be found.

The injection point has the following annotations:
	- @org.springframework.beans.factory.annotation.Autowired(required=true)


Action:

Consider defining a bean of type 'com.ruoyi.system.api.RemoteLogService' in your configuration.

找到pom.xml的配置文件在这里注注释掉包含这个的配置包就行

        <!-- RuoYi Common Log -->
<!--        <dependency>-->
<!--            <groupId>com.ruoyi</groupId>-->
<!--            <artifactId>ruoyi-common-log</artifactId>-->
<!--        </dependency>-->

这样就可以避免这个问题了


http://www.kler.cn/a/147688.html

相关文章:

  • Flink Job更新和恢复
  • 65 mysql 的 表元数据锁
  • Python sys模块介绍
  • 数据库的性能优化 -- SQL性能优化
  • Molecular signatures database (MSigDB) 3.0
  • 综合文化信息管理系统|基于java和小程序的综合文化信息管理系统设计与实现(源码+数据库+文档)
  • 典型的SAST支持检测标准
  • C语言:写一个函数,实现3*3矩阵的转置(指针)
  • 美团小游戏rpk包对接流程小记
  • 戴上HUAWEI FreeBuds Pro 3, 近离城市喧嚣,尽情享受无损音质在耳边漫游
  • 【Python】itertools模块,补充:可迭代对象、迭代器
  • Linux CentOS7 LVM
  • python通过numpy进行排序
  • 微服务--02--Nacos注册中心
  • Android RGB转YUV的算法
  • 网站定制开发主要分类有哪些|企业 app 软件小程序定制
  • ELK+kafka+filebeat企业内部日志分析系统
  • ChatGPT等模型:到2026年,将消耗尽高质量训练数据
  • K8S----taint、tolerations、label
  • 正则化与正则剪枝
  • ②⑩① 【MySQL】什么是分库分表?拆分策略有什么?什么是MyCat?
  • 22款奔驰GLE450升级原厂360全景影像 超广角的视野
  • IP地址与隐私:曝光的数字签名
  • Qt 样式表
  • 如何正确选择爬虫采集接口和API?区别在哪里?
  • 通过互联网代理部署Docker+Kubernetes 1.28.1