1. Maven 설치
http://maven.apache.org/
Maven 3.1.0 (Binary zip) |
c:\dev 폴더생성 --> 여기에 저장
2. Spring 설치
Spring Tool Suite 3.1.0.RELEASE - based on Eclipse Juno 3.8.1
Windows | spring-tool-suite-3.1.0.RELEASE-e3.8-win32-installer.exe --> 다운로드 |
c:\dev\repository 폴더생성
C:\dev\apache-maven-3.1.0\conf\settings.xml --> 수정
<!-- localRepository
| The path to the local repository maven will use to store artifacts.
|
| Default: ${user.home}/.m2/repository
-->
<localRepository>C:\Dev\repository</localRepository>
소스용 src --> java파일
자바용 src --> jsp
'강의노트 > Spring' 카테고리의 다른 글
spring 전체개요 (0) | 2013.08.29 |
---|---|
로그인 파일생성 순서 (0) | 2013.08.28 |
@ (0) | 2013.08.23 |
springtest (0) | 2013.08.23 |
#2 시작 (0) | 2013.08.22 |