Month: March 2021
Java, 原创JAVA, Spring Boot
Spring Boot 使用 RequiredArgsConstructor 参数 onConstructor 报错 找不到符号onConstructor_ __解决方法
- by chenxue4076
- 4 years ago
使用RequiredArgsConstructor注解Autowared时,报找不到符号:__,或找不到符号:onConstructor_ 解决方法
查看全文
Java, 原创Junit, Spring Boot
Spring Boot单元测试Junit 提示expected at least 1 bean which qualifies as autowire candidate
- by chenxue4076
- 4 years ago
org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type ‘xxx’ available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: org.springframework.beans.factory.annotation.Autowired(required=true
查看全文