启动springboot项目报错,我使用的是若依的RuoYi-fast开源框架里面的自动生成代码功能生成的代码,生成完毕我放入项目中启动报错

16:10:41.046 [restartedMain] INFO  c.r.RuoYiApplication - [logStarting,50] - Starting RuoYiApplication on DUXIU with PID 12772 (F:\zhgd\RuoYi-fast\target\classes started by admin in F:\zhgd\RuoYi-fast)
16:10:41.048 [restartedMain] DEBUG c.r.RuoYiApplication - [logStarting,53] - Running with Spring Boot v2.1.1.RELEASE, Spring v5.1.3.RELEASE
16:10:41.049 [restartedMain] INFO  c.r.RuoYiApplication - [logStartupProfileInfo,679] - The following profiles are active: druid
16:10:43.705 [restartedMain] INFO  o.a.s.c.e.EhCacheManager - [getCache,158] - Cache with name 'com.ruoyi.framework.shiro.realm.UserRealm.authorizationCache' does not yet exist.  Creating now.
16:10:43.706 [restartedMain] INFO  o.a.s.c.e.EhCacheManager - [getCache,165] - Added EhCache named [com.ruoyi.framework.shiro.realm.UserRealm.authorizationCache]
16:10:44.439 [restartedMain] INFO  o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [loginRecordCache]
16:10:45.110 [restartedMain] INFO  o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-userCache]
16:10:45.110 [restartedMain] INFO  o.a.s.c.e.EhCacheManager - [getCache,169] - Using existing EHCache named [sys-userCache]
16:10:45.461 [restartedMain] INFO  o.a.c.h.Http11NioProtocol - [log,173] - Initializing ProtocolHandler ["http-nio-80"]
16:10:45.466 [restartedMain] INFO  o.a.c.c.StandardService - [log,173] - Starting service [Tomcat]
16:10:45.467 [restartedMain] INFO  o.a.c.c.StandardEngine - [log,173] - Starting Servlet Engine: Apache Tomcat/9.0.13
16:10:45.473 [restartedMain] INFO  o.a.c.c.AprLifecycleListener - [log,173] - Loaded APR based Apache Tomcat Native library [1.2.21] using APR version [1.6.5].
16:10:45.473 [restartedMain] INFO  o.a.c.c.AprLifecycleListener - [log,173] - APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
16:10:45.474 [restartedMain] INFO  o.a.c.c.AprLifecycleListener - [log,173] - APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
16:10:45.477 [restartedMain] INFO  o.a.c.c.AprLifecycleListener - [log,173] - OpenSSL successfully initialized [OpenSSL 1.1.1a  20 Nov 2018]
16:10:45.571 [restartedMain] INFO  o.a.c.c.C.[.[.[/] - [log,173] - Initializing Spring embedded WebApplicationContext
16:10:45.751 [restartedMain] WARN  o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - [refresh,554] - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'facilityController': Unsatisfied dependency expressed through field 'facilityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'facilityServiceImpl': Unsatisfied dependency expressed through field 'facilityMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'com.ruoyi.project.facility.mapper.FacilityMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}
16:10:45.752 [restartedMain] INFO  sys-user - [shutdownAsyncManager,56] - ====关闭后台任务任务线程池====
16:10:45.755 [restartedMain] INFO  o.a.c.c.StandardService - [log,173] - Stopping service [Tomcat]
16:10:45.850 [restartedMain] ERROR o.s.b.SpringApplication - [reportFailure,858] - Application run failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'facilityController': Unsatisfied dependency expressed through field 'facilityService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'facilityServiceImpl': Unsatisfied dependency expressed through field 'facilityMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionExcepti

若依启动springboot项目报错{已解决}相关推荐

  1. 【bug】启动springboot项目报错“找不到符号”

    解决方案(亲测有效): 1,清楚缓存并重启 2,mvn clean and install 此springboot项目所需要的模块

  2. 启动Spring项目报错,Springboot启动报错 Disconnected from the target VM 解决过程

    启动Spring项目报错,Springboot启动报错 Disconnected from the target VM 解决过程 大概率是缺少了一下依赖 <dependency><g ...

  3. SpringBoot项目报错解决:“Error starting ApplicationContext. To display the conditions report re-run ...”

    SpringBoot项目报错:Error starting ApplicationContext. To display the conditions report re-run your appli ...

  4. springboot项目报错:ERROR 9112 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] 的解决办法

    启动springboot项目,访问页面后报错 报错信息如下: [nio-8087-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.ser ...

  5. 启动vue项目报错:npm ERR! enoent ENOENT: no such file or directory, open‘E:xxxx\package.json‘

    问题描述:cmd / VSCode 启动vue项目报错:npm ERR! enoent ENOENT: no such file or directory, open'E:xxxx\package.j ...

  6. 创建Vue脚手架并启动出现的报错及解决(总冠军版)

    一.赛前准备 准备工作与启动react脚手架不能说相同只能说一摸一样,具体可见 创建react项目并启动出现的报错及解决. 二.正式比赛(勇士总冠军今天!!) 1.全局安装: npm install ...

  7. 图解Myeclipse 导入Java Web项目报错的解决办法听语音

    图解Myeclipse 导入Java Web项目报错的解决办法听语音 https://jingyan.baidu.com/article/046a7b3e953ef3f9c27fa93d.html

  8. vue项目报错,解决Module build failed: Error: Cannot find module ‘node-sass‘ 问题

    vue项目报错,解决Module build failed: Error: Cannot find module 'node-sass' 问题 参考文章: (1)vue项目报错,解决Module bu ...

  9. TS:解决Linux无法登录,输入密码后显示module is unknown报错(已解决)-2021.1.5

    TS:解决Linux无法登录,输入密码后显示module is unknown报错(已解决)-2021.1.5 1.报错现象 解决Linux无法登录,输入密码后显示module is unknown报 ...

  10. 【解决方法汇总】SpringBoot项目报错 Could not resolve placeholder ‘‘ in value “${}“

    SpringBoot项目启动报错 Could not resolve placeholder 'show.tips.text' in value "${show.tips.text}&quo ...

最新文章

  1. boost::detail::reference_content的用法测试程序
  2. 某公司故障分析案例(实战案例)
  3. python等值面图平滑_离散点插值方法、等值线的绘制及平滑技巧
  4. ps中将图片拖不进ps的编辑区的解决方法
  5. 使用Prometheus发现在Kubernetes上运行的应用程序
  6. LeetCode 1489. 找到最小生成树里的关键边和伪关键边(并查集+kruskal最小生成树)
  7. Chrome 下input的默认样式
  8. python中dumps和dump区别_python json.dumps() json.dump()的区别
  9. 推荐系统技术演进趋势:排序篇
  10. UART协议概述与实现
  11. 20190809:旋转数组
  12. 如何将自己的代码自动添加版权信息[转]
  13. 一个双线程下同一时候操作指针变量导致野指针出现的问题总结
  14. 单利计算与复利计算程序
  15. 如何实现ArcSDE的集群功能
  16. JavaScript数组的某些操作(一)
  17. 237.删除链表中的节点
  18. 手把手教你架构3D引擎高级篇系列二
  19. 常用邮箱SMTP/POP3服务器
  20. 定义多边形类,继承产生矩形类和正多边形类

热门文章

  1. php利用gd库将长方形图片转换成圆形
  2. 洛谷 P2362 围栏木桩
  3. 漏洞扫描工具OWASP ZAP的下载、安装、使用教程
  4. 空祖家的对话框 2.1 菜单底栏也来啦
  5. 使用Log的一些姿势
  6. 开发板和电脑可以ping通但是ssh连接不上
  7. 学习笔记二:数据挖掘最佳路径--摘自陈旸课程
  8. matlab提取温度,科学网—站点气温数据的积温计算(含Matlab程序实现) - 朱永超的博文...
  9. 奥地利政府将使用以太坊公证价值13亿美元的债券拍卖
  10. 电脑突然死机,文档还未保存怎么办?