Create spring-boot-data-web module
This commit is contained in:
committed by
Phillip Webb
parent
41befa4fea
commit
dbd5c9847d
@@ -7,5 +7,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-data-web"))
|
||||
api(project(":spring-boot-project:spring-boot-tx"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user