컴퓨터공학/Spring & Hibernate
Spring> 라이브러리 설치법
Milhouse Mussolini Van Houten
2021. 4. 8. 18:07
이클립스와 톰캣을 설치하고 서로 연동한다.
스프링 라이브러리를
Index of release/org/springframework/spring
Index of release/org/springframework/spring
repo.spring.io
에서 받는데 ~~~ idst.zip 파일을 선택하면 된다.
이클립스에 프로젝트 하나 만들고
lib 폴더를 만든 다음
lib폴더에 라이브러리 파일을 모두 넣는다.
프로젝트 오른쪽 버튼 - [Properties] - [Java build path] - [Libraries] 탭에 가서
Classpath에 Add JARs를 눌러 스프링 라이브러리를 모두 넣는다.