Create spring-boot-data-rest module

This commit is contained in:
Stéphane Nicoll
2025-03-30 07:44:47 +02:00
committed by Phillip Webb
parent de2827e23f
commit 41befa4fea
19 changed files with 158 additions and 17 deletions

View File

@@ -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")
}