IT/Java Spring

ch08Mybatis - 01

Millennials 2020. 6. 19. 12:44

1)mybatis 확인

https://blog.mybatis.org/

 

The MyBatis Blog

A blog about the the MyBatis data mapper framework.

blog.mybatis.org

 

docs에서 mybatis 설명을 볼수 있다.

2)project 만들기

3)libraries 설정

4)pom.xml 설정

dependencies 위에 삽입
Test 위에 라이브러리 추가
마이바티스 라이브러리 추가

5)web.xml 설정

6)servlet-context.xml

7)root-context.xml

base-package = "kr.spring.board" -> "kr.spring.member"로 변경해야함

위 사진에서는 안바꿈

 

8)jdbc.properties 파일 생성

9)

 

10)sql테이블 생성

반응형