[ad_1]
i have
storeId: store5 in application.yml (src/main/ressource)
in java class
@Service
public class RefundServiceImpl implements RefundService {
@Value("${storeId}")
String storeId;
when i start main i get this error
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder ‘storeId’ in value “${storeId}”
[ad_2]