사용자 도구

사이트 도구


java:mybatis

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
마지막 판 양쪽 다음 판
java:mybatis [2018/08/31 01:01]
kwon37xi
java:mybatis [2018/08/31 13:42]
kwon37xi [Spring & SpringBoot]
줄 6: 줄 6:
   * [[http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/|mybatis-spring-boot-autoconfigure]]   * [[http://www.mybatis.org/spring-boot-starter/mybatis-spring-boot-autoconfigure/|mybatis-spring-boot-autoconfigure]]
   * [[http://www.mybatis.org/spring/index.html|MyBatis Spring Reference]]   * [[http://www.mybatis.org/spring/index.html|MyBatis Spring Reference]]
 +  * 기본 설정<code yml>
 +mybatis:
 +  mapper-locations: classpath*:mybatis/mappers/*.xml
 +  configuration.map-underscore-to-camel-case: true
 +</code>
 +===== MyBatis Dynamic SQL =====
 +  * [[http://www.mybatis.org/mybatis-dynamic-sql/|mybatis-dynamic-sql]]
 +  * Java 코드로 동적이면서 Type Safe하게 SQL을 생성해주는 라이브러리. MyBatis 뿐만 아니라 Spring JDBC Template 등에서도 사용가능하다.
 +  * 아직 WITH, HAVING 등을 지원하지 못하고 있음.
  
 ===== 참조문서 ===== ===== 참조문서 =====
java/mybatis.txt · 마지막으로 수정됨: 2023/03/27 12:59 저자 kwon37xi