강의

멘토링

커뮤니티

Inflearn Community Q&A

nmsty27531540's profile image
nmsty27531540

asked

Spring Boot Concepts and Utilization

Spring REST Client Part 2: Customizing

의존성 관리 질문입니다.

Written on

·

211

0

HttpClient 의존성 추가할 때 IntelliJ에서는 SpringBoot가 의존성 관리를 해주고 있다는 것을 왼쪽 아이콘을 통해서 확인할 수 있는데 다른 IDE에서는 어떻게 확인할 수 있을까요?

현재 저는 VSCode로 해보고 있는데 아무리 찾아도 방법이 없는 것 같네요...

...\.m2\repository\org\springframework\boot\spring-boot-dependencies\2.0.3.RELEASE\spring-boot-dependencies-2.0.3.RELEASE.pom.xml을 직접 찾아서 확인하는 수 밖에 없는 걸까요..?

javaspring-bootspring

Answer 2

0

his700님의 프로필 이미지
his700
Questioner

그렇군요ㅠㅠ 감사합니다.

0

whiteship님의 프로필 이미지
whiteship
Instructor

VSCode에는 그런 기능이 없습니다. 말씀하신대로 spring-boot-dependencies에 등록되어 있는지 확인해 보는 방법 밖에 없겠네요.

nmsty27531540's profile image
nmsty27531540

asked

Ask a question