龙目岛注释值。找不到方法 'value'

Lombok annotation Value. Cannot find method 'value'

@Repository
@AllArgsConstructor
public class DataProvider {


@Value("${db.url}")
private String dbUrl;

} 

IDE - 想法

插件安装在 IDE,依赖安装

从导入中导入@值org.springframework.beans.factory.annotation.Value; 有效