[11] 스프링(Spring Tools 4)pom.xml의 Dependency 설정(Jar파일) [11] 스프링(Spring Tools 4)pom.xml의 Dependency 설정(Jar파일) 1. 자바의 jar파일설정을 스프링에서 하는 방식 : pom.xml의 dependencies가 닫히는 부분 위에 dependency를 추가 (* dependencies : dependency의 모음으로 디펜던시(dependency)를 추가하면 자바jsp프로젝트의 이클립스에서 jar파일을 추가하는 것과 같아져 자동으로 메이븐레포지토리의 라이브러리 등이 추가된다) 2. 메이븐레포지토리의 jar파일(라이브러리)를 추가 1) mysql connector/J > version 8.0.25 클릭 > 디펜던시 복사 > 스프링 pom.xml에추가 2) Apache Commons DBCP > version2.8.0 클릭 > .. 더보기 이전 1 ··· 7 8 9 10 11 12 13 ··· 93 다음