Spring Boot Mybatis1 Spring Boot + Gradle + MyBatis 설정 사실 Mybatis 설정은 요근래 처음하는건데 보통은 Spring 레거시 프로젝트에서 썼던 프레임워크고 Spring Boot로는 보통 JPA를 많이 사용하는 추세이니 이것으로 개발을 주로하곤 한다. 근래 면접을 보았던 회사에서 MyBatis를 사용하신다고 하였고, JPA에 비해 조금 더 추가적인 설정이 필요하다보니 설정 방법을 알아보면 괜찮을거 같기도해서 써봄. 개발환경은 다음과 같다. Spring Boot 2.4.5 Gradle 7.x MyBatis dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-sta.. 2021. 7. 5. 이전 1 다음