[Spring] MyBatis와 스프링 연동


[Spring] MyBatis와 스프링 연동

MyBatis - Java Object와 SQL 문 사이의 자동 Mapping 기능을 지원하는 Semi-ORM Framework - SQL을 별도의 File로 분리해서 관리 - 객체-SQL 사이의 Parameter Mapping 작업을 자동으로 해줌 ※ 사용 방법 mybatis – MyBatis 3 | Introduction Introduction What is MyBatis? MyBatis is a first class persistence framework with support for custom SQL, stored procedures and advanced mappings. MyBatis eliminates almost all of the JDBC code and manual setting of parameters and retrieval ... mybatis.org ※ HikariCP 사용하기 GitHub - brettwooldridge/HikariCP: 光 HikariC...


#HikariCP #MyBatis #Spring #마이바티스 #스프링

원문링크 : [Spring] MyBatis와 스프링 연동