摘要:
Spring 框架中的核心组件只有三个:Core、Context 和 Beans。 它们构建起了整个 Spring 的骨骼架构。没有它们就不可能有 AOP、Web 等上层的特性功能。下面也将主要从这三个组件入手分析 Spring。 Spring 的三个核心组件,如果再在它们三个中选出核心的话,那就非 阅读全文
摘要:
问题描述:项目在idea 2018运行得好好的,用上了idea 2020 后遇如如下问题 大意是:Command line is too long.Shorten command line … 命令太长 解决方法: 修改项目下 .idea\workspace.xml,找到标签 <component 阅读全文
摘要:
报错信息截取: Unsatisfied dependency expressed through field 'baseMapper'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionExcepti 阅读全文