Create spring-boot-data-rest module
This commit is contained in:
committed by
Phillip Webb
parent
de2827e23f
commit
41befa4fea
@@ -6,6 +6,6 @@ description = "Starter for exposing Spring Data repositories over REST using Spr
|
||||
|
||||
dependencies {
|
||||
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
||||
api(project(":spring-boot-project:spring-boot-data-rest"))
|
||||
api(project(":spring-boot-project:spring-boot-tx"))
|
||||
api("org.springframework.data:spring-data-rest-webmvc")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user