본문 바로가기
> 프로그래밍 언어/JSP

[Mybatis] 설치 및 시작

by 자몽주스 2023. 4. 4.
728x90
반응형
 Mybatis 설치하기

https://github.com/mybatis/mybatis-3/releases

 

Releases · mybatis/mybatis-3

MyBatis SQL mapper framework for Java. Contribute to mybatis/mybatis-3 development by creating an account on GitHub.

github.com

https://mvnrepository.com/artifact/org.mybatis/mybatis

위의 링크 중 하나를 선택해서

다운로드 받기

mybatis - 3.5.13 다운로드

압축 풀고

사용하려는 프로젝트 (Dynamic web project)

안에 있는 WEB-INF 안의

lib에 jar을 넣어두기

Java Downloads | Oracle

 

Download the Latest Java LTS Free

Subscribe to Java SE and get the most comprehensive Java support available, with 24/7 global access to the experts.

www.oracle.com

위의 링크로

ojdbc.8 다운로드

https://mvnrepository.com/artifact/javax.servlet/jstl/1.2

그리고 jslt를 다운로드 하고

WEB-INF 안의 lib에 

총 3가지를 넣어준다

MyBatis 시작하기

https://mybatis.org/mybatis-3/ko/getting-started.html

 

MyBatis – 마이바티스 3 | 시작하기

 

mybatis.org

 

728x90
반응형

'> 프로그래밍 언어 > JSP' 카테고리의 다른 글

[JSP] 서블릿 개념 핥기 1~ 3탄(끝)  (0) 2023.04.25
[ IT핥기] JSP! 독학! (2)  (0) 2023.03.29
[ IT핥기] JSP! 독학! (1)  (0) 2023.03.28
[JSP] JSP시작, 톰캣 설치하기  (0) 2023.03.28
[servlet/JSP] 1강 ~ 7강  (0) 2023.03.24