본문 바로가기

BACKEND

mybatis 어노테이션

@insert 등 어노테이션

 

 

https://sourcestudy.tistory.com/384

 

008. mybatis 어노테이션 (annotation) 사용방법

mybatis 어노테이션 (annotation) 사용방법 mybatis는 3.x 버전부터 mapper.xml 대신 interface 클래스 의 annotation을 통해 sql을 컨트롤 할 수 있습니다. 1) mapper.xml대신 SqlMapperInter 인터페이스 클래..

sourcestudy.tistory.com

 

'BACKEND' 카테고리의 다른 글

@resource annotation  (0) 2021.07.21
[Gradle] test 제외하고 빌드  (0) 2021.07.21
yml 문법 swagger  (0) 2021.06.18
ip가 0:0:0:0:0:0:0:1 로 나올때  (0) 2021.04.21
feign client  (0) 2021.03.10