헤르메스 LIFE

[MyBatis] Spring + MyBatis Sample - JPetStore 6.0.1 Bundle 본문

Spring Framework

[MyBatis] Spring + MyBatis Sample - JPetStore 6.0.1 Bundle

헤르메스의날개 2012. 6. 12. 10:58
728x90

Spring 기반의 MyBatis 환경을 구축해보려 합니다.

이미 구축되어 있는 셈플이 있나 찾아봤더니 있네요.. ^^*

JPetStore 쇼핑몰.. (개인적인 생각으로는 쇼핑몰 셈플의 기본이라고 생각합니다.)


그럼 환경을 구축해봐야죠..


* 설치 파일들 목록

Spring 3.0.5

mybatis-3.0.6.jar

slf4j-api-1.5.10.jar

mysql-connector-java-5.1.20.jar


Eclipse-jee-indigo-SR2-win32-x86_64.zip

apache-tomcat-6.0.32-windows-x64.zip

jdk-6u32-windows-x64.exe

mysql-5.5.24-winx64.zip


mybatis-jpetstore-6.0.1-bundle.zip 파일을 다운 받습니다. 

http://code.google.com/p/mybatis/downloads/list?can=3&q=Product%3DSample )


압축을 적당한 곳에 풀고 파일 목록을 보면 mybatis-jpetstore-6.0.1.war 파일이 있습니다.


* Eclipse Import



* New Server >> Add >> Start


간단히 화면이 오픈 됐네요..

이제 Spring을 공부할 수 있는 환경이 구축됐네요.


수고하세요~


참고 : http://code.google.com/p/mybatis/downloads/list?can=3&q=Product%3DSample



728x90