728x90

1. 이클립스 내부에서 가져오기

상단메뉴 Window탭 Show View → Other...

 

Maven폴더 → Maven Repositories → Open

 

이클립스 하단 Maven Repositories탭 Global Repositories → central (http://repo.maven.apache.org/maven2) 우클릭 →

Rebuild Index 

※약 1시간정도 소요

 

바꾸고자 하는 프로젝트 우클릭 → Configure → Convert to Maven Project

 

Group Id, Artifact Id 설정 후 Finish

 

추가된 pom파일 하단메뉴 Dependencies 클릭 후 Add... 

 

springframework 검색

 

 

 

2. 직접 사이트에 들어가 가져오기

https://mvnrepository.com/

 

위 사이트 접속

 

상단 메뉴바에 springframework 검색

 

Spring Context 클릭

 

최신버전 (위 그림에서는 5.3.9) 클릭

 

해당 코드 클릭 (자동으로 클립보드로 복사)

 

pom.xml파일의 version태그와 build태그 사이에 붙여넣기

'spring' 카테고리의 다른 글

Collection 생성  (0) 2021.08.30
DI 지시서 작성하기 (property, constructor-arg)  (0) 2021.08.29
ApplicationContext의 종류  (0) 2021.08.29
스프링 플러그인 설치하기, 파일추가하기  (0) 2021.08.26
IoC 컨테이너  (0) 2021.08.26

+ Recent posts