Notice
Recent Posts
Recent Comments
Link
목록2025/02/27 (1)
Welcome! Everything is fine.

Main 실행 시 에러 발생처음 프로젝트를 받아 실행하니 다음과 같은 에러가 나왔다. 에러 메세지가 길긴 하지만 잘 읽어보면 JWT 시크릿 키에 대한 문제인 것을 짐작할 수 있다. application.properties 파일에 키를 넣으려고 했는데, 아예 resourse 폴더가 없었다. 따라서 먼저 키를 만들어야 했다.java.lang.IllegalArgumentException: Could not resolve placeholder 'jwt.secret.key' in value "${jwt.secret.key}"org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jwtUtil': Injection..
TIL
2025. 2. 27.