Skip to content

Commit ee606db

Browse files
committed
Update Data REST starter description to mention Spring MVC
Closes gh-35678
1 parent 9feb84e commit ee606db

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-starters/spring-boot-starter-data-rest/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id "org.springframework.boot.starter"
33
}
44

5-
description = "Starter for exposing Spring Data repositories over REST using Spring Data REST"
5+
description = "Starter for exposing Spring Data repositories over REST using Spring Data REST and Spring MVC"
66

77
dependencies {
88
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))

0 commit comments

Comments
 (0)