org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate

💡 亲爱的技术伙伴们:

你是否正在为这些问题焦虑——

✅ 简历投出去杳无音信,明明技术不差却总卡在面试?

✅ 每次终面都紧张不已,不知道面试官到底想要什么答案?

✅ 技术知识点零零散散,遇到系统设计题就头脑一片空白?


🎯 Java高级开发岗面试急救包》—— 专为突破面试瓶颈而生

这不是普通的面试题汇总,而是凝聚多年面试官经验的实战赋能体系。我不仅告诉你答案,更帮你建立面试官的思维模式。

🔗 课程链接https://edu.youkuaiyun.com/course/detail/40731


🎯 精准人群定位

  • 📖 应届生/在校生——缺乏项目经验?我帮你用技术深度弥补经验不足
  • 🔄 初级/中级开发者——技术栈单一?带你突破技术瓶颈,实现薪资跃迁
  • 🚀 高级开发者——面临架构设计难题?深入剖析真实的大型互联网项目场景
  • 非科班转行——基础不扎实?建立完整知识体系,面试更有底气

🔥 《Java高级开发岗面试急救包》(完整技术体系)

🚀 高并发深度实战

  • 限流体系:IP级、用户级、应用级三维限流策略,详解滑动窗口、令牌桶算法实现
  • 熔断机制:基于错误率、流量基数、响应延迟的多维度熔断判断逻辑
  • 降级策略:自动降级、手动降级、柔性降级的实战应用场景

高性能架构全解析

  • 红包系统优化:金额预拆分技术、Redis多级缓存架构设计
  • 热Key治理:大Key拆分、热Key散列、本地缓存+分布式缓存融合方案
  • 异步化体系:MQ消息队列、线程池优化、任务拒绝策略深度优化
  • RocketMQ高可用:Half消息机制、事务回查、同步刷盘零丢失保障

🌊 海量数据处理实战

  • 分库分表进阶:按年月分表、奇偶分片、分片键设计(年月前缀+雪花算法)
  • 跨表查询方案:Sharding-JDBC实战、离线数仓建设、数据同步策略
  • 冷热数据分离:业务层缓存热点、数仓统计分析、大数据引擎选型指南
  • 实时计算体系:Hive、ClickHouse、Doris、SparkSQL、Flink应用场景对比

🛠️ 服务器深度调优

  • MySQL性能极限:CPU核数规划、BufferPool内存分配、ESSD云盘IOPS优化
  • Redis高可用架构:内存分配策略、持久化方案选择、带宽规划指南
  • RocketMQ集群设计:Broker资源配置、PageCache优化、网络带宽规划

🔒 系统安全全链路

  • 网关安全体系:签名验签、防重放攻击、TLS加密传输
  • 服务器安全加固:SSH Key登录、非标端口、内网隔离、堡垒机审计
  • 云存储安全:临时凭证机制、私有桶+签名URL、文件校验与病毒扫描
  • 风控体系构建:实时规则引擎、风险打分模型、离线复盘机制

🔄 数据一致性终极方案

  • 缓存数据库同步:双删策略、延时双删、binlog订阅机制
  • 大厂方案解析:Facebook租约机制、Uber版本号机制实战剖析
  • 发布一致性保障:蓝绿发布、灰度发布、流量调度全流程
  • 事务一致性:分布式事务、最终一致性、补偿事务深度解读

👥 项目与团队管理进阶

  • 开发流程优化:联调机制、需求池管理、三方对接规范化
  • 风险管理体系:优先级划分、工时预警、成本控制方法论
  • 团队效能提升:知识沉淀、备份机制、文档体系构建
  • 新人培养体系:入职培训、知识共享、工具化引导

🏗️ 系统稳定性建设

  • 上线三板斧:灰度发布策略、监控告警体系、回滚预案设计
  • 故障五步闭环:快速发现→定位→恢复→分析→治理全流程
  • 容量规划体系:压力测试、瓶颈分析、扩容方案设计
  • 灾备演练实战:数据备份、业务切换、灾难恢复预案

🚀 立即行动,改变从现在开始!

🔗 课程链接https://edu.youkuaiyun.com/course/detail/40731

不要再让面试成为你职业发展的绊脚石!用7天时间系统准备,轻松应对各种技术面试场景。

💪 投资一份面试急救包,收获一份心仪的Offer!

🎉 一、错误日志

[2025-10-12 14:35:12.888] ERROR 12345 --- [nio-8080-exec-5] c.e.u.s.impl.UserServiceImpl : [UserService] Failed to get user by id: 15002
org.springframework.beans.factory.BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.createBean(AbstractBeanFactory.java:898) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.context.support.ConversionServiceFactoryBean.createBean(ConversionServiceFactoryBean.java:94) ~[spring-context-5.3.23.jar:5.3.23]
    ... (更多调用链省略)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support.AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory.java:911) ~[spring-beans-5.3.23.jar:5.3.23]
    ... (同上)
Caused by: org.springframework.beans.factory.annotation BeanDefinitionValidationException: Failed to validate bean definition of 'userService' with name 'userService' in class path resource [com/example/user/service/UserService.java]
    at org.springframework.beans.factory.annotationAutowiredAnnotationBeanPostProcessor.postProcessBeforeInitialization(AutowiredAnnotationBeanPostProcessor.java:354) ~[spring-beans-5.3.23.jar:5.3.23]
    at org.springframework.beans.factory.support AbstractBeanFactory.initializeBean(AbstractBeanFactory

优快云

博主分享

📥博主的人生感悟和目标

Java程序员廖志伟

📙经过多年在优快云创作上千篇文章的经验积累,我已经拥有了不错的写作技巧。同时,我还与清华大学出版社签下了四本书籍的合约,并将陆续出版。

面试备战资料

八股文备战
场景描述链接
时间充裕(25万字)Java知识点大全(高频面试题)Java知识点大全
时间紧急(15万字)Java高级开发高频面试题Java高级开发高频面试题

理论知识专题(图文并茂,字数过万)

技术栈链接
RocketMQRocketMQ详解
KafkaKafka详解
RabbitMQRabbitMQ详解
MongoDBMongoDB详解
ElasticSearchElasticSearch详解
ZookeeperZookeeper详解
RedisRedis详解
MySQLMySQL详解
JVMJVM详解

集群部署(图文并茂,字数过万)

技术栈部署架构链接
MySQL使用Docker-Compose部署MySQL一主二从半同步复制高可用MHA集群Docker-Compose部署教程
Redis三主三从集群(三种方式部署/18个节点的Redis Cluster模式)三种部署方式教程
RocketMQDLedger高可用集群(9节点)部署指南
Nacos+Nginx集群+负载均衡(9节点)Docker部署方案
Kubernetes容器编排安装最全安装教程

开源项目分享

项目名称链接地址
高并发红包雨项目https://gitee.com/java_wxid/red-packet-rain
微服务技术集成demo项目https://gitee.com/java_wxid/java_wxid

管理经验

【公司管理与研发流程优化】针对研发流程、需求管理、沟通协作、文档建设、绩效考核等问题的综合解决方案:https://download.youkuaiyun.com/download/java_wxid/91148718

希望各位读者朋友能够多多支持!

现在时代变了,信息爆炸,酒香也怕巷子深,博主真的需要大家的帮助才能在这片海洋中继续发光发热,所以,赶紧动动你的小手,点波关注❤️,点波赞👍,点波收藏⭐,甚至点波评论✍️,都是对博主最好的支持和鼓励!

🔔如果您需要转载或者搬运这篇文章的话,非常欢迎您私信我哦~

org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:165) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:585) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:147) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) [spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) [spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) [spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1300) [spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.SpringApplication.run(SpringApplication.java:1289) [spring-boot-2.7.18.jar:2.7.18] at cn.iocoder.gmy.server.GmyServerApplication.main(GmyServerApplication.java:31) [classes/:na] Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:142) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.<init>(TomcatWebServer.java:104) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getTomcatWebServer(TomcatServletWebServerFactory.java:481) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getWebServer(TomcatServletWebServerFactory.java:211) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.createWebServer(ServletWebServerApplicationContext.java:184) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.onRefresh(ServletWebServerApplicationContext.java:162) ~[spring-boot-2.7.18.jar:2.7.18] ... 8 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'tenantContextWebFilter' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 'tenantContextWebFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantWebMvcConfigurer' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantWebMvcConfigurer' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantVisitContextInterceptor' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantVisitContextInterceptor' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:646) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:626) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:214) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:213) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.ServletContextInitializerBeans.getOrderedBeansOfType(ServletContextInitializerBeans.java:204) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.ServletContextInitializerBeans.addServletContextInitializerBeans(ServletContextInitializerBeans.java:98) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.ServletContextInitializerBeans.<init>(ServletContextInitializerBeans.java:86) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.getServletContextInitializerBeans(ServletWebServerApplicationContext.java:262) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.selfInitialize(ServletWebServerApplicationContext.java:236) ~[spring-boot-2.7.18.jar:2.7.18] at org.springframework.boot.web.embedded.tomcat.TomcatStarter.onStartup(TomcatStarter.java:53) ~[spring-boot-2.7.18.jar:2.7.18] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4904) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) ~[na:1.8.0_281] at java.util.concurrent.FutureTask.run(FutureTask.java) ~[na:1.8.0_281] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) ~[na:1.8.0_281] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:794) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at java.util.concurrent.FutureTask.run$$$capture(FutureTask.java:266) ~[na:1.8.0_281] at java.util.concurrent.FutureTask.run(FutureTask.java) ~[na:1.8.0_281] at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:134) ~[na:1.8.0_281] at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:248) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:921) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.apache.catalina.startup.Tomcat.start(Tomcat.java:489) ~[tomcat-embed-core-9.0.83.jar:9.0.83] at org.springframework.boot.web.embedded.tomcat.TomcatWebServer.initialize(TomcatWebServer.java:123) ~[spring-boot-2.7.18.jar:2.7.18] ... 13 common frames omitted Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.boot.web.servlet.FilterRegistrationBean]: Factory method 'tenantContextWebFilter' threw exception; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantWebMvcConfigurer' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantWebMvcConfigurer' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantVisitContextInterceptor' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantVisitContextInterceptor' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:641) ~[spring-beans-5.3.39.jar:5.3.39] ... 55 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration': Unsatisfied dependency expressed through method 'setConfigurers' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantWebMvcConfigurer' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantWebMvcConfigurer' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantVisitContextInterceptor' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantVisitContextInterceptor' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:824) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.inject(AutowiredAnnotationBeanPostProcessor.java:777) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:401) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1171) ~[spring-context-5.3.39.jar:5.3.39] at cn.iocoder.gmy.framework.tenant.config.GmyTenantAutoConfiguration.addIgnoreUrls(GmyTenantAutoConfiguration.java:112) ~[classes/:na] at cn.iocoder.gmy.framework.tenant.config.GmyTenantAutoConfiguration.tenantContextWebFilter(GmyTenantAutoConfiguration.java:100) ~[classes/:na] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.39.jar:5.3.39] ... 56 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantWebMvcConfigurer' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantWebMvcConfigurer' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantVisitContextInterceptor' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantVisitContextInterceptor' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:794) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:532) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1609) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1573) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1462) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1349) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredMethodElement.resolveMethodArguments(AutowiredAnnotationBeanPostProcessor.java:816) ~[spring-beans-5.3.39.jar:5.3.39] ... 83 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tenantVisitContextInterceptor' defined in class path resource [cn/iocoder/gmy/framework/tenant/config/GmyTenantAutoConfiguration.class]: Unsatisfied dependency expressed through method 'tenantVisitContextInterceptor' parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:794) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:532) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:781) ~[spring-beans-5.3.39.jar:5.3.39] ... 99 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ss' defined in class path resource [cn/iocoder/gmy/framework/security/config/GmySecurityAutoConfiguration.class]: Unsatisfied dependency expressed through method 'securityFrameworkService' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:794) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:532) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:781) ~[spring-beans-5.3.39.jar:5.3.39] ... 113 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionApiImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:904) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:781) ~[spring-beans-5.3.39.jar:5.3.39] ... 127 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'permissionServiceImpl': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:548) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) ~[spring-context-5.3.39.jar:5.3.39] ... 139 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'roleMenuMapper' defined in file [D:\GMY\gmy-cloud\gmy-module-system\gmy-module-system-biz\target\classes\cn\iocoder\gmy\module\system\dal\mysql\permission\RoleMenuMapper.class]: Unsatisfied dependency expressed through bean property 'sqlSessionFactory'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1534) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1417) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:214) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:554) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677) ~[spring-context-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) ~[spring-context-5.3.39.jar:5.3.39] ... 155 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in class path resource [com/baomidou/mybatisplus/autoconfigure/MybatisPlusAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:646) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:626) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireByType(AbstractAutowireCapableBeanFactory.java:1519) ~[spring-beans-5.3.39.jar:5.3.39] ... 169 common frames omitted Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ibatis.session.SqlSessionFactory]: Factory method 'sqlSessionFactory' threw exception; nested exception is java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) ~[spring-beans-5.3.39.jar:5.3.39] at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:641) ~[spring-beans-5.3.39.jar:5.3.39] ... 182 common frames omitted Caused by: java.io.IOException: Failed to parse mapping resource: 'file [D:\GMY\gmy-cloud\gmy-module-logistics\gmy-module-logistics-biz\target\classes\mapper\LogisticsInquiryMapper.xml]' at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:670) ~[mybatis-plus-spring-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.afterPropertiesSet(MybatisSqlSessionFactoryBean.java:543) ~[mybatis-plus-spring-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.getObject(MybatisSqlSessionFactoryBean.java:701) ~[mybatis-plus-spring-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.autoconfigure.MybatisPlusAutoConfiguration.sqlSessionFactory(MybatisPlusAutoConfiguration.java:213) ~[mybatis-plus-spring-boot-autoconfigure-3.5.10.1.jar:3.5.10.1] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_281] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_281] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_281] at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_281] at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ~[spring-beans-5.3.39.jar:5.3.39] ... 183 common frames omitted Caused by: java.lang.IllegalStateException: No typehandler found for property inquiryPlaceOrigin at org.apache.ibatis.mapping.ResultMapping$Builder.validate(ResultMapping.java:153) ~[mybatis-3.5.19.jar:3.5.19] at org.apache.ibatis.mapping.ResultMapping$Builder.build(ResultMapping.java:140) ~[mybatis-3.5.19.jar:3.5.19] at com.baomidou.mybatisplus.core.metadata.TableFieldInfo.getResultMapping(TableFieldInfo.java:565) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.metadata.TableInfo.lambda$initResultMapIfNeed$9(TableInfo.java:501) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at java.util.ArrayList.forEach(ArrayList.java:1259) ~[na:1.8.0_281] at com.baomidou.mybatisplus.core.metadata.TableInfo.initResultMapIfNeed(TableInfo.java:501) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableInfo(TableInfoHelper.java:181) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.metadata.TableInfoHelper.initTableInfo(TableInfoHelper.java:156) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.injector.AbstractSqlInjector.inspectInject(AbstractSqlInjector.java:50) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.github.yulichang.injector.MPJSqlInjector.inspectInject(MPJSqlInjector.java:182) ~[mybatis-plus-join-core-1.4.13.jar:na] at com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder.parserInjector(MybatisMapperAnnotationBuilder.java:126) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.MybatisMapperAnnotationBuilder.parse(MybatisMapperAnnotationBuilder.java:116) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.MybatisMapperRegistry.addMapper(MybatisMapperRegistry.java:90) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.MybatisConfiguration.addMapper(MybatisConfiguration.java:129) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.MybatisXMLMapperBuilder.bindMapperForNamespace(MybatisXMLMapperBuilder.java:401) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.core.MybatisXMLMapperBuilder.parse(MybatisXMLMapperBuilder.java:104) ~[mybatis-plus-core-3.5.10.1.jar:3.5.10.1] at com.baomidou.mybatisplus.extension.spring.MybatisSqlSessionFactoryBean.buildSqlSessionFactory(MybatisSqlSessionFactoryBean.java:668) ~[mybatis-plus-spring-3.5.10.1.jar:3.5.10.1] ... 191 common frames omitted
09-02
java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:98) at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:124) at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:248) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) at org.junit.runners.ParentRunner.run(ParentRunner.java:413) at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) at org.junit.runner.JUnitCore.run(JUnitCore.java:137) at com.intellij.junit4.JUnit4IdeaTestRunner.startRunnerWithArgs(JUnit4IdeaTestRunner.java:69) at com.intellij.rt.junit.IdeaTestRunner$Repeater$1.execute(IdeaTestRunner.java:38) at com.intellij.rt.execution.junit.TestsRepeater.repeat(TestsRepeater.java:11) at com.intellij.rt.junit.IdeaTestRunner$Repeater.startRunnerWithArgs(IdeaTestRunner.java:35) at com.intellij.rt.junit.JUnitStarter.prepareStreamsAndStart(JUnitStarter.java:231) at com.intellij.rt.junit.JUnitStarter.main(JUnitStarter.java:55) Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'updateApprovalService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'approvalNodeService': Unsatisfied dependency expressed through field 'createCodeRepositoryHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createCodeRepositoryHandler': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryClient': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ccmp.repository.createUrl' in value "${ccmp.repository.createUrl}" at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:932) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:591) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:732) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:409) at org.springframework.boot.SpringApplication.run(SpringApplication.java:308) at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:136) at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:141) at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:90) ... 27 more Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'approvalNodeService': Unsatisfied dependency expressed through field 'createCodeRepositoryHandler'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createCodeRepositoryHandler': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryClient': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ccmp.repository.createUrl' in value "${ccmp.repository.createUrl}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:713) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:214) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:554) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677) at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) ... 43 more Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'createCodeRepositoryHandler': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryClient': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ccmp.repository.createUrl' in value "${ccmp.repository.createUrl}" at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:332) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:209) at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1391) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710) ... 60 more Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'repositoryClient': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'ccmp.repository.createUrl' in value "${ccmp.repository.createUrl}" at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:414) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:336) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:334) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:214) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.resolveBeanByName(AbstractAutowireCapableBeanFactory.java:479) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.autowireResource(CommonAnnotationBeanPostProcessor.java:554) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.getResource(CommonAnnotationBeanPostProcessor.java:524) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor$ResourceElement.getResourceToInject(CommonAnnotationBeanPostProcessor.java:677) at org.springframework.beans.factory.annotation.InjectionMetadata$InjectedElement.inject(InjectionMetadata.java:228) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessProperties(CommonAnnotationBeanPostProcessor.java:329) ... 71 more Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'ccmp.repository.createUrl' in value "${ccmp.repository.createUrl}" at org.springframework.util.PropertyPlaceholderHelper.parseStringValue(PropertyPlaceholderHelper.java:180) at org.springframework.util.PropertyPlaceholderHelper.replacePlaceholders(PropertyPlaceholderHelper.java:126) at org.springframework.core.env.AbstractPropertyResolver.doResolvePlaceholders(AbstractPropertyResolver.java:239) at org.springframework.core.env.AbstractPropertyResolver.resolveRequiredPlaceholders(AbstractPropertyResolver.java:210) at org.springframework.context.support.PropertySourcesPlaceholderConfigurer.lambda$processProperties$0(PropertySourcesPlaceholderConfigurer.java:191) at org.springframework.beans.factory.support.AbstractBeanFactory.resolveEmbeddedValue(AbstractBeanFactory.java:937) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1332) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:710) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:693) at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119) at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:408) ... 85 more
11-05
【无人机】基于改进粒子群算法的无人机路径规划研究[和遗传算法、粒子群算法进行比较](Matlab代码实现)内容概要:本文围绕基于改进粒子群算法的无人机路径规划展开研究,重点探讨了在复杂环境中利用改进粒子群算法(PSO)实现无人机三维路径规划的方法,并将其与遗传算法(GA)、标准粒子群算法等传统优化算法进行对比分析。研究内容涵盖路径规划的多目标优化、避障策略、航路点约束以及算法收敛性和寻优能力的评估,所有实验均通过Matlab代码实现,提供了完整的仿真验证流程。文章还提到了多种智能优化算法在无人机路径规划中的应用比较,突出了改进PSO在收敛速度和全局寻优方面的优势。; 适合人群:具备一定Matlab编程基础和优化算法知识的研究生、科研人员及从事无人机路径规划、智能优化算法研究的相关技术人员。; 使用场景及目标:①用于无人机在复杂地形或动态环境下的三维路径规划仿真研究;②比较不同智能优化算法(如PSO、GA、蚁群算法、RRT等)在路径规划中的性能差异;③为多目标优化问题提供算法选型和改进思路。; 阅读建议:建议读者结合文中提供的Matlab代码进行实践操作,重点关注算法的参数设置、适应度函数设计及路径约束处理方式,同时可参考文中提到的多种算法对比思路,拓展到其他智能优化算法的研究与改进中。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值