개발 일지/Spring Framework
[Spring] sts3에서 Mybatis + MySql + Spring 연동하기
스프링 프로젝트 생성 1. java facets 에서 java compiler 버전 1.6 -> 1.8 변경 2. 프로젝트 우클릭 Build Path 에서 Library - Add external Library - JUnit - 버전4 선택 - Apply and Close 3. pom.xml 추가 1.8 4.3.3.RELEASE 1.6.10 1.6.6 mysql mysql-connector-java 8.0.11 org.mybatis mybatis 3.4.1 org.mybatis mybatis-spring 1.3.0 org.springframework spring-jdbc ${org.springframework-version} org.springframework spring-test ${org.spring..