会报错
Consider defining a bean of type 'java.lang.String' in your configuration.
这是github上作者的回答
大致意思是,他们不用spring.....
解决方案:使用@RequiredArgsConstructor(onConstructor_ = @Autowired)注解
需要被biud的属性,添加final修饰符,至于为什么可以看lombok官网
会报错
Consider defining a bean of type 'java.lang.String' in your configuration.
这是github上作者的回答
大致意思是,他们不用spring.....
解决方案:使用@RequiredArgsConstructor(onConstructor_ = @Autowired)注解
需要被biud的属性,添加final修饰符,至于为什么可以看lombok官网