🍁 Spring/🍃SpringBoot
[SpringBoot]o.s.b.d.LoggingFailureAnalysisReporter error
김말자
2024. 8. 6. 19:56
728x90
728x90
BIG
친절한 #스프링부트 ..
에러를 친절하게 리포트해주었다
APPLICATION FAILED TO START
***************************
Description:
Field ls in cohttp://m.malja.kiosk.controller.MainController required a bean of type 'cohttp://m.malja.kiosk.service.LoginService' that could not be found.
The injection point has the following annotations:
#@org.springframework.beans.factory.annotation.Autowired(required=true)
Action:
Consider defining a #bean of type 'cohttp://m.malja.kiosk.service.LoginService' in your configuration.
그리하여 로그인서비스에 어노테이션 @Service 를 달아주니 에러가 해결되었다~
728x90
반응형
BIG