[MyBatis] MapperScan를 통한 Mapper 주입 방식
in Mybatis on Mybatis 포스팅
MyBatis에서 제공하는 mybatis-spring 연동모듈을 이용하면, @Mapper(애너테이션)을 이용하여 Mapper Interface를 스프링 빈으로 주입받아
DB에 접근하는 방법
in Mybatis on Mybatis 포스팅
MyBatis에서 제공하는 mybatis-spring 연동모듈을 이용하면, @Mapper(애너테이션)을 이용하여 Mapper Interface를 스프링 빈으로 주입받아
DB에 접근하는 방법
in Mybatis on Mybatis 포스팅
MyBatis3에서 SqlSession 과 SqlSessionTemplate, SqlSessionDaoSupport 개념설명 그리고 mybatis-spring 연동모듈을 사용해서, @Repository(애너테이션)을 선언해 DAO객체를 생성해서 DB에 접근하는 방법
in Mybatis on Mybatis 포스팅
MyBatis Transactions 설명
in Mybatis on Mybatis 포스팅
MyBatis에서 SqlSessionFactory에 대한 설명이다.
in Mybatis on Mybatis 포스팅
퍼시스턴스 프레임워크인 MyBatis 내부구조와 컴파일시 빈 등록할 때 흐름 그리고 스프링 어플리케이션 내 사용차 요청에 따른 호출 흐름 내용 - 원글 URL
in Spring on Spring 포스팅
DAO / DTO(VO)
in Gitlog on springboot-mvc
스프링부트 Log4j2 JDBC 쿼리 로그 설정
in Gitlog on springboot-mvc
우선 추후 개발하기 편하게끔 스프링부트에 Log4j2 부터 적용하겠습니다.