본문 바로가기
Programming/JAVA

[JAVA/SpringBoot] 잘되던놈이 갑자기 안된다. @어노테이션

by Pendine 2022. 3. 4.
728x90

https://stackoverflow.com/questions/64188894/spring-data-error-creating-bean-with-name-maincontroller-unsatisfied-depend

 

Spring-data : Error creating bean with name 'mainController': Unsatisfied dependency expressed through field 'userService'

I am new to spring-boot, when i try to run the mvn clean install the terminal gives me this ERROR: [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 7.465 s <<< FAIL...

stackoverflow.com

 

이 오류 해결했다

pom.xml에서 해결해야하는 부분.

 

똑같은 오류를 만들어내보려고 오류생성 원인이라고 알려주는 클래스의 원인먼저 파악해보려고

우선 눈에 띄는 어노테이션을 주석처리해보니 동일한 증상이 나와서 어노테이션 오류인것을 파악했음.

 

컴파일전에는 전혀 문제없이 돌아가는데 컴파일 한 파일을 실행시킬때만 나타나는것을 봐선 이건 개발편의를 위해 있는것들중 컴파일중에 뭔가 빠진게 분명할거임.

좀 찾아보니 어노테이션관련해서 pom.xml에 추가해야한다는 갓글링 결과 갓허브의 답안임.

728x90

댓글