본문 바로가기

카테고리 없음

VSC springboot 외부 라이브러리 jar 파일 추가

gradle에 존재하지 않는 외부의 .jar 파일을 스프링 부트 안에 의존성을 추가하는 방법

build.gradle 파일 안에 명시

dependencies { implementation files('libs/한개만추가시.jar') }

dependencies { compile fileTree(dir: 'libs', include: ['*.jar']) }  //디렉토리째 추가시