starter
특정 목적을 달성하기 위한 의존성 그룹으로써 간편하게 dependency를 제공한다.
만약 우리가 JPA가 필요하다면 prom.xml(메이븐)이나 build.gradle(그레이들)에
'spring-boot-starter-data-jpa'만 추가해주면 spring boot가 그에 필요한 라이브러리들을 알아서 받아온다.
https://standout.tistory.com/563
https://standout.tistory.com/124
https://standout.tistory.com/469
https://standout.tistory.com/632
'JAVA > Spring Boot' 카테고리의 다른 글
Spring Boot 자동버전관리 (0) | 2023.06.25 |
---|---|
스프링부트 Dependency 수정, 프로젝트 설정 수정 (0) | 2023.06.08 |
Spring Boot 구조 (0) | 2023.04.17 |