Browse Source

Polish starter descriptions

pull/47381/head
Phillip Webb 3 months ago
parent
commit
f8f6e59d1a
  1. 2
      starter/spring-boot-starter-artemis/build.gradle
  2. 2
      starter/spring-boot-starter-aspectj/build.gradle
  3. 2
      starter/spring-boot-starter-data-rest/build.gradle
  4. 2
      starter/spring-boot-starter-jsonb/build.gradle
  5. 2
      starter/spring-boot-starter-kafka/build.gradle
  6. 2
      starter/spring-boot-starter-kotlin-serialization/build.gradle
  7. 2
      starter/spring-boot-starter-ldap/build.gradle
  8. 2
      starter/spring-boot-starter-rsocket/build.gradle
  9. 2
      starter/spring-boot-starter-sql/build.gradle
  10. 2
      starter/spring-boot-starter-webflux/build.gradle
  11. 2
      starter/spring-boot-starter-webmvc/build.gradle
  12. 2
      starter/spring-boot-starter-websocket/build.gradle

2
starter/spring-boot-starter-artemis/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for Apache Artemis and JMS"
description = "Starter for using Apache Artemis and JMS"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-aspectj/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for aspect-oriented programming with AspectJ"
description = "Starter for using aspect-oriented programming with AspectJ"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-data-rest/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for exposing Spring Data repositories over REST using Spring Data REST and Spring MVC"
description = "Starter for using Spring Data repositories exposed over REST using Spring Data REST and Spring MVC"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-jsonb/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for JSON-B"
description = "Starter for using JSON-B"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-kafka/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for Kafka"
description = "Starter for using Apache Kafka"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-kotlin-serialization/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for Kotlin Serialization"
description = "Starter for using Kotlin Serialization"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-ldap/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for LDAP"
description = "Starter for using LDAP"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-rsocket/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building RSocket clients and servers"
description = "Starter for using RSocket"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-sql/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for SQL support"
description = "Starter for using SQL"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-webflux/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building WebFlux applications using Spring Framework's Reactive Web support and Reactor Netty"
description = "Starter for using WebFlux and Reactor Netty"
dependencies {
api(project(":starter:spring-boot-starter"))

2
starter/spring-boot-starter-webmvc/build.gradle

@ -18,7 +18,7 @@ plugins { @@ -18,7 +18,7 @@ plugins {
id "org.springframework.boot.starter"
}
description = "Starter for building web, including RESTful, applications using Spring MVC and Tomcat"
description = "Starter for using Spring MVC and Tomcat"
dependencies {
api(project(":starter:spring-boot-starter"))

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

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

Loading…
Cancel
Save