inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

1시간만에 끝내는 spring boot rest api 서비스 개발

MyBatis 설정 및 활용

QuickMapper를 찾을 수 없다는 오류가 뜹니다. @Autowired 사용에 문제가 있는 걸까요?

411

손정은(맑은하늘)

작성한 질문수 1

2

안녕하세요?

강의 내용이 너무 좋아서 빠져서 듣고 있습니다.

그런데 mybatis연결 과정에서 QuickMapper interface와 xml연결하는 부분 수업 중에 아래와 같은 에러가 발생했습니다.

 

에러 내용만 보면 Service 에서 QuickMapper를 @Autowired하는 부분부터 문제가 생기는 것 같은데 해결방법을 모르겠습니다.

현재 에러가 나는 상태로 git에 소스 올려두었습니다.
https://github.com/ljpson/quickstart.git

에러 내용은 아래와 같습니다.

 

2024-04-03T11:20:24.392+09:00 WARN 74964 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'quickController': Unsatisfied dependency expressed through field 'quickService': Error creating bean with name 'quickService': Unsatisfied dependency expressed through field 'quickMapper': No qualifying bean of type 'com.helloworld.quickstart.mapper.QuickMapper' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}

2024-04-03T11:20:24.395+09:00 INFO 74964 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]

2024-04-03T11:20:24.404+09:00 INFO 74964 --- [ main] .s.b.a.l.ConditionEvaluationReportLogger :

Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled.

2024-04-03T11:20:24.418+09:00 ERROR 74964 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :

***************************

APPLICATION FAILED TO START

***************************

Description:

Field quickMapper in com.helloworld.quickstart.service.QuickService required a bean of type 'com.helloworld.quickstart.mapper.QuickMapper' 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 'com.helloworld.quickstart.mapper.QuickMapper' in your configuration.

Process finished with exit code 1

 

spring-boot jpa swagger mybatis

답변 3

3

손정은(맑은하늘)

해결되었습니다.

dependency 추가할 때
mybatis-spring-boot-starter를 추가해야 하는데

mybatis를 추가했었네요ㅠ.ㅠ

 

창피해서 질문 삭제할까 하다가

혹시라도 저처럼 삽질하시는 분 계실까봐 답글로 마무리합니다.

1

Hello World

좋은 경험 하신겁니다.

xxx-starter 로 된 의존성을 넣어줘야 자동으로 bean 으로 등록해줍니다.

다들 처음할 때 이런 실수를 많이 하는데 좋은 질문과 답변입니다.

0

seukwoo88

빌드는 문제 없이 진행되었는데요, id로 item을 get하는데 1을 입력하면 apple이 return되지 않고, 다음과 같이 500 에러가 납니다.
Response body
{ "timestamp": "2025-03-28T00:02:26.146+00:00", "status": 500, "error": "Internal Server Error", "path": "/item" }

문제를 못찾겠네요.. 도와주세요! ㅎㅎ

코드는 여기 올려놨습니다.
https://github.com/seukwoo/quickstart.git

0

principle950

정확히 저도 똑같은 오류나서 질문하러 왔다가 광명 찾았습니다.. 복받으세여..

트래잭션 전파 기본- 에 대한 개념 질문? 이렇게 생각해도 맞나요?

0

6

0

헥사고날 아키텍처와 DDD를 적용할 때, 화면에 강하게 연관된 조회 데이터를 어떻게 다루는 게 좋은지 궁금합니다.

0

21

2

DLQ의 수동 커밋에 대해서 질문있습니다.

0

25

2

노션링크가 접근되지 않습니다.

0

19

1

h2 database

0

15

1

실무에서 동의어 정의 관련

0

24

2

Request DTO에서 Entity를 생성할 때 의존성 방향을 반대로 하면 어떨까요?

0

41

2

소스 코드 좀 올려주세요.

0

33

1

스프링 부트 버전 질문

0

60

2

개념과 격벽에 대한 이해를 팀과 공유하고 합의하는 방법

1

56

2

접근 가능한 카트 목록을 조회하는 API는 없는걸까요?

1

58

2

Querydsl 설정 할때 - run and test 다르게 설정 할때? 질문

0

44

1

new 패키지명.Dto명 생략가능

0

51

2

수업 자료 사이트가 또 바뀌었을까요?

0

35

1

테스트 코드 작성 시 DTO 새로 작성하는 이유가 궁금합니다.

0

46

1

leaveGroupChatRoom 문의

0

65

3

@Controller 요청하는 방식에 대해 궁금합니다.

1

82

2

H2 접속 에러

0

168

3

item을 id로 get하는데 1을 넣었을 때 500에러가 나와요.

0

114

1

swagger spring boot 3 적용 run 실행 에러

0

280

2

Invalid bound statement (not found): com.helloword.fitstStart.mapper.QuickMapper.findById 에 대한 질의 입니다.

0

576

1

mybatis의 hashmap 데이터 호출시 대문자로 불러와야 되나요?

0

538

1

@Autowired 관련

0

271

1

마이바티스 - 해쉬맵

0

570

1