File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
spring-boot-starter-activemq-test
spring-boot-starter-batch-jdbc-test
spring-boot-starter-batch-test
spring-boot-starter-graphql-test
spring-boot-starter-restclient-test
spring-boot-starter-webclient-test Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " "
21+ description = " Starter for testing using Apache ActiveMQ and JMS "
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-activemq" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter testing using Spring Batch with JDBC"
21+ description = " Starter for testing using Spring Batch with JDBC"
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-jdbc-test" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter testing using Spring Batch"
21+ description = " Starter for testing using Spring Batch"
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-batch" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter testing Spring GraphQL"
21+ description = " Starter for testing Spring GraphQL"
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-graphql" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
21+ description = " Starter for testing Spring's blocking HTTP clients (RestClient, RestTemplate and HTTP Service Clients)"
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-restclient" ))
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ plugins {
1818 id " org.springframework.boot.starter"
1919}
2020
21- description = " Starter testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
21+ description = " Starter for testing Spring's reactive HTTP clients (WebClient and HTTP Service Clients)"
2222
2323dependencies {
2424 api(project(" :starter:spring-boot-starter-jackson-test" ))
You can’t perform that action at this time.
0 commit comments