Issue
@Repository
@AllArgsConstructor
public class DataProvider {
@Value("${db.url}")
private String dbUrl;
}
IDE - idea
Plugin installed in IDE,dependecy installed
Solution
import @ value from import org.springframework.beans.factory.annotation.Value; it works
Answered By - Dinisha Surisetty
Answer Checked By - Dawn Plyler (JavaFixing Volunteer)