250x250
Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- IntelliJ
- Docker
- 오픈소스
- Tomcat
- Open Source
- Eclipse
- error
- STS
- ubuntu
- Source
- JavaScript
- Core Java
- AJAX
- Python
- Thymeleaf
- Exception
- oracle
- Spring Boot
- maven
- 문서
- myBatis
- SpringBoot
- spring
- git
- 설정
- PostgreSQL
- MySQL
- JDBC
- jpa
- MSSQL
Archives
- Today
- Total
헤르메스 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:58728x90
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
'Spring Framework' 카테고리의 다른 글
[Stripes] Stripes로 하는 자바 웹 개발 - 2 (0) | 2012.06.12 |
---|---|
[Stripes] Stripes로 하는 자바 웹 개발 - 1 (0) | 2012.06.12 |
[MyBatis] MyBatis Wiki (0) | 2012.06.12 |
[MyBatis] mybatis config xml 예제 (1) | 2012.06.04 |
[DataSource] DataSource 사용시 DB연결 끊어졌을 경우 에러방지 설정 (0) | 2012.05.31 |