摘要:
1. 问题描述 1.1 启动Spring Boot项目时报循环依赖错误:The dependencies of some of the beans in the application context form a cycle ┌─────┐ | userServiceImpl defined in 阅读全文
摘要:
1. 问题描述 Caused by: java.lang.IllegalArgumentException: error Type referred to is not an annotation type: xxx 2. 疑似产生的原因 修改过注解的包名 3. 解决方法 1. 将注解改为全路径全称 阅读全文