Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2644bc2

Browse files
Fix starter's description
Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
1 parent 58692fb commit 2644bc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎starter/spring-boot-starter-amqp/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for using Spring AMQP and Rabbit MQ"
21+
description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 1.0 protocol"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))

‎starter/spring-boot-starter-rabbitmq/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ plugins {
1818
id "org.springframework.boot.starter"
1919
}
2020

21-
description = "Starter for using Spring AMQP and Rabbit MQ"
21+
description = "Starter for using Spring AMQP with Rabbit MQ over AMQP 0.9.1 protocol"
2222

2323
dependencies {
2424
api(project(":starter:spring-boot-starter"))

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /