使用springBoot启动报错,原因:
同时使用@AllArgsConstructor和@Autowired注解导致
如:
去掉@AllArgsConstructor即可
具体@AllArgsConstructor和@Autowired同时使用为什么会导致这个问题?希望有大神能帮忙解答,谢谢大神!
相关文章:
使用springBoot启动报错,原因:
同时使用@AllArgsConstructor和@Autowired注解导致
如:
去掉@AllArgsConstructor即可
具体@AllArgsConstructor和@Autowired同时使用为什么会导致这个问题?希望有大神能帮忙解答,谢谢大神!
相关文章: