[Spring Framework] maven pom.xml에서 dependency와 plugin 차이점은?
스프링 프레임워크를 공부하다가 maven pom.xml에서 쓰이는 와 의 차이가 무엇인지 궁금해서 찾아봤습니다. org.springframework.boot spring-boot-starter org.springframework.boot spring-boot-starter-test test org.springframework.boot spring-boot-maven-plugin 아래의 링크 답변이 좋은 것 같네요. stackoverflow.com/questions/26292073/whats-the-difference-between-maven-plugins-and-dependencies Dependencies are artifacts (i.e. a jar) that your project requires ..