spring-boot/spring-boot-project/spring-boot-starters/spring-boot-starter-hateoas/build.gradle

11 lines
324 B
Groovy

plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building hypermedia-based RESTful web application with Spring MVC and Spring HATEOAS"
dependencies {
api(project(":spring-boot-project:spring-boot-hateoas"))
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
}