http://mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/
mybatis-spring-boot-autoconfigure – Introduction
Introduction What is MyBatis-Spring-Boot-Starter? The MyBatis-Spring-Boot-Starter help you build quickly MyBatis applications on top of the Spring Boot. By using this module you will achieve: Build standalone applications Reduce the boilerplate to almost z
mybatis.org
https://mybatis.github.io/mybatis-3/ko/getting-started.html
MyBatis – 마이바티스 3 | 시작하기
이제부터 다룰 스코프와 생명주기에 대해서 이해하는 것은 매우 중요하다. 스코프와 생명주기를 잘못 사용하는 것은 다양한 동시성 문제를 야기할 수 있다. 의존성 삽입 프레임워크는 쓰레드에 안전하도록 해준다. 트랜잭션 성질을 가지는 SqlSessions과 매퍼들 그리고 그것들을 직접 빈에 삽입하면 생명주기에 대해 기억하지 않아도 되게 해준다. DI프레임워크와 마이바티스를 사용하기 위해 좀더 많은 정보를 보기 위해서는 MyBatis-Spring이나 MyBatis
mybatis.org
'mybatis' 카테고리의 다른 글
null, empty 문자 비교, boolean 비교 (0) | 2019.07.26 |
---|---|
myBatis java configuration (0) | 2018.12.20 |
mybatis 내장 cache (0) | 2018.11.15 |
쿼리에서 특정 문자 제거 (0) | 2016.10.27 |
myBatis empty()함수 사용하기 (0) | 2015.12.15 |