Include 'MVC' in starter-websocket description

Closes gh-32493
This commit is contained in:
Moritz Halbritter 2023-01-16 12:02:27 +01:00
parent 96175a8e50
commit 81a57944b1

View File

@ -2,7 +2,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building WebSocket applications using Spring Framework's WebSocket support"
description = "Starter for building WebSocket applications using Spring Framework's MVC WebSocket support"
dependencies {
api(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))