BACKEND

mybatis 어노테이션

개발괴발랄 2021. 7. 21. 18:57

@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