@Value 오류

문법식·2022년 1월 7일
0
post-thumbnail

@Value 어노테이션과 ${“프로퍼티"}으로 application.properties에 있는 timeToFry를 불러오려고 했는데 아래의 오류가 났다. 확인해보니 application.properties에서 timeToFry를 만들지 않아서 생긴 오류였다. 아래의 오류 메세지를 보면 timeToFry를 결정할 수 없다라고한다. 만들지 않았으므로 결정하지 못한 것이다.

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bookController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'timeToFry' in value "${timeToFry}"

profile
백엔드

0개의 댓글