Web/Spring Boot

인텔리제이) 스프링부트 + 마이바티스 yml 설정

프로그래멍 2020. 2. 20. 13:29

yml 설정 

type-aliases-package: 매핑타입을 짧게 쓰기위한 경로 설정
mapper-locations: xml 맵퍼 위치 경로 설정

 

별칭 어노테이션 설정

 

dao

@Mapper 어노테이션 설정

맵퍼 클래스는 interface 로 구현

 

service class

 

mapper.xml

 

test