본문 바로가기
Error

[JAVA] Application run failed

by 2D3 2022. 10. 31.
728x90

에러메시지

Error starting ApplicationContext. 
To display the conditions report re-run your application with 'debug' enabled.
ERROR 16268 --- [           main] o.s.boot.SpringApplication               : Application run failed

No property 'article' found for type 'Comment' Did you mean ''articleId''

Unsatisfied dependency expressed through constructor parameter 0;

List<Comment> findByArticle(Article article);

 

문제점

  1. 경로 설정: 프론트 디렉터리까지 포함된 최상위 폴더에서 돌려서 실패 (어쩐지 SDK 19 버전이 자꾸 나오더라..🥲)
  2. application.yml 설정: 전체적인 코딩은 jpa로 했으면서 .yml 파일 설정할 때 jdbc로 하고 더미데이터도 jdbc로 읽을 수 있는 파일을 만들어뒀었다....
  3. 상속 문제: 다른 사람의 작업이 덜 된 상황에서는 완료된 부분만 반영하거나 내가 만든 부분만 작성하자

 

728x90

'Error' 카테고리의 다른 글

[Postman] null 응답 2  (0) 2022.10.31
[Postman] null 응답  (0) 2022.10.31
AWS Pipeline을 통한 배포 자동화에서 겪은 오류  (0) 2022.10.22
npm 설치 오류  (0) 2022.10.22
H2 실행, 설치 불가 오류 해결  (0) 2022.10.22

댓글