1. openJDK 다운로드
JDK Builds from Oracle
jdk.java.net
2. eclipse 다운로드
https://www.eclipse.org/downloads/packages/
Eclipse Packages | The Eclipse Foundation - home to a global community, the Eclipse IDE, Jakarta EE and over 350 open source pro
446 MB 3,622 DOWNLOADS The Modeling package provides tools and runtimes for building model-based applications. You can use it to graphically design domain models, to leverage those models at design time by creating and editing dynamic instances, to collabo
www.eclipse.org
3. maven 설치
https://maven.apache.org/download.cgi
Maven – Download Apache Maven
Downloading Apache Maven 3.6.3 Apache Maven 3.6.3 is the latest release and recommended version for all users. The currently selected download mirror is http://apache.tt.co.kr/. If you encounter a problem with this mirror, please select another mirror. If
maven.apache.org
1) 시스템 환경설정
1-1)MAVEN_HOME
1-2) PATH
4. eclipse 환경셋팅
1) 구동시 java path 설정
-vm
C:/Program Files/Java/{jdk1.8 설치된 폴더명}/bin/javaw.exe
2) maven 환경셋팅
3) Dynamic Web Project 생성
2) Conver to Maven
project 오른쪽 마우스클릭 > Configure > Conver to Maven
'개발 > 개발환경설정' 카테고리의 다른 글
Interceptor 설정 (0) | 2020.03.17 |
---|---|
Aspectj + 어노테이션으로 로그남기기 (0) | 2020.03.17 |
LOG4J 설정 (0) | 2020.03.17 |
MySQL 연결 (0) | 2020.03.16 |
Spring MVC 설정 (0) | 2020.03.12 |