[IntelliJ] IntelliJ 외부 라이브러리 추가

Yuni·2023년 11월 2일
0

IntelliJ

목록 보기
8/8

Intellij

file > Project Structure >
Modules (Project Settings) > + 버튼 (Dependencies) > JARs or Directories.. >
외부파일.jar (지정한 위치에서 선택) > ok 버튼




Spring Boot

build.gradle

dependencies {
	compile files('libs/외부파일.jar') // 파일위치 적어주기
}

참고자료
https://januaryman.tistory.com/120

profile
backend developers

0개의 댓글