Spring - Mybatis

우야·2021년 7월 18일
0

설정

방법 1. sqlsession사용 (old)

방법2. mapper interface 사용 (추천)

  • Mapper Interface Annotation생성 (다른방법도 있음)

  • bean.xml에 기술함
  • 위의 방법은 package내에 있는 MyMapper annotation을 가진 mapper를 bean으로 등록 (추천)
  • 아래 주석된것은 하나씩 mapper를 bean으로 등록할때 사용 (old 방법)

Mapper xml 파일 수정

mapper 사용 daoimple 수정

profile
Fullstack developer

0개의 댓글