Skip to content

Commit ef7b511

Browse files
committed
Polish
1 parent 9c0679b commit ef7b511

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/amqp/RabbitProperties.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ public static class Ssl {
218218
private String trustStorePassword;
219219

220220
/**
221-
* The SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the
222-
* rabbit client library.
221+
* SSL algorithm to use (e.g. TLSv1.1). Default is set automatically by the rabbit
222+
* client library.
223223
*/
224224
private String algorithm;
225225

spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,7 @@ content into your application; rather pick only the properties that you need.
760760
spring.rabbitmq.ssl.key-store-password= # Password used to access the key store.
761761
spring.rabbitmq.ssl.trust-store= # Trust store that holds SSL certificates.
762762
spring.rabbitmq.ssl.trust-store-password= # Password used to access the trust store.
763+
spring.rabbitmq.ssl.algorithm= # SSL algorithm to use. By default configure by the rabbit client library.
763764
spring.rabbitmq.username= # Login user to authenticate to the broker.
764765
spring.rabbitmq.virtual-host= # Virtual host to use when connecting to the broker.
765766

0 commit comments

Comments
 (0)