[Spring] 스프링 시작하기 ( Eclipse Marketplace 설치 )
[Spring] 스프링 시작하기 ( Eclipse Marketplace 설치 )
1. Help > Eclipse Marketplace... > spring 검색 > Install
Install 하기
2. New > Java Project 생성하기
3. 생성한 프로젝트 우클릭 > Configure > Convert to Maven Project 클릭 > Finish
a. spring-core 검색 > Spring Core > 5.2.4.RELEASE > Maven 영역 복사
https://mvnrepository.com/artifact/org.springframework/spring-core/5.2.4.RELEASE
Spring Core
b. spring-context 검색 > Spring Context > 5.2.4.RELEASE > Maven 영역 복사
https://mvnrepository.com/artifact/org.springframework/spring-context/5.2.4.RELEASE
Spring Context
5. pom.xml 에 추가 > 4번에서 복사한 것들 붙여넣기
pom.xml
4.0.0 Spring01_Hello Spring01_Hello 0.0.1-SNAPSHOT src maven-compiler-plugin 3.8.0 1.8 1.8 org.springframework spring-core 5.2.4.RELEASE org.springframework spring-context 5.2.4.RELEASE
끝!
from http://printf100.tistory.com/36 by ccl(A) rewrite - 2020-03-19 00:20:26
댓글
댓글 쓰기