: 오픈 소스 라이브러리를 호스팅하는 저장소
maven 프로젝트를 만들다가 궁금해서 검색해봤다.
build.grade 파일에 생성되는 소스코드
repositories {
mavenCentral()
}
dependencies {
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
implementation 'org.springframework.boot:spring-boot-starter-web'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
}