Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- MacOS
- instruction
- python
- XML
- javascript
- php
- Class
- DoM
- system
- react
- DATAPATH
- data structure
- MIPS
- for
- DB
- Java
- Pipelining
- mysql
- Linux
- html
- while
- DS
- web
- github
- computer
- CSS
- Algorithm
- function
- control
- architecture
Archives
- Today
- Total
YYYEJI
[WAS] IntelliJ에서 MyBatis plugin 설치하기 본문
728x90
MyBatis란?
RDB(Relational Database) 프로그래밍을 쉽게 해주는 Java Persistence framework입니다.
✓ JDBC(Java Database Connectivity)를 편하게 사용 가능
✓ SQL문과 자바 객체 간의 Mapping 기능 제공
✓ 간단한 코드로 DB 연동 처리 가능
✓ SQL문은 자바코드에서 완전히 분리하여 XML 파일에 별도 관리
✓ Spring과 연동하여 자동화 처리
✓ 유지보수서어 향상(동적 SQL 사용)
MyBatis plugin을 설치하기 위해 새로운 intelliJ 프로젝트를 생성해주세요.
https://yyyeji.tistory.com/289
[WAS] IntelliJ로 Spring tool 사용하기
IntelliJ를 이용해서 Spring tool을 실습해 보겠습니다. IntelliJ IDEA 열기 New project 생성하기 ✓ Generators - Maven Archetype ✓ Name - ?????????? ✓ Archetype - org.apache.maven.archetypes:maven-archetype-webapp ✓ Create Button Cli
yyyeji.tistory.com
pom.xml에 mybatis를 추가하면 됩니다!
◡̈
'Web Application Server (WAS)' 카테고리의 다른 글
[MacOS] 리액트(React) 설치하기 (0) | 2022.12.29 |
---|---|
[MacOS] 닷홈(dothome)으로 웹호스팅하기 (2) | 2022.12.28 |
[WAS] IntelliJ에서 Spring 배포하기 (0) | 2022.12.02 |
[WAS] IntelliJ로 Spring tool 사용하기 (0) | 2022.11.30 |
[WAS] Spring Framework (2) | 2022.11.30 |