Browse Source

Include 'MVC' in starter-websocket description

Closes gh-32493
pull/33855/head
Moritz Halbritter 3 years ago
parent
commit
81a57944b1
  1. 2
      spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle

2
spring-boot-project/spring-boot-starters/spring-boot-starter-websocket/build.gradle

@ -2,7 +2,7 @@ plugins { @@ -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"))

Loading…
Cancel
Save