Skip to content

Commit 3f883f1

Browse files
committed
Merge branch '1.4.x' into 1.5.x
2 parents a132bd1 + 404bb2d commit 3f883f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1149,7 +1149,7 @@ content into your application; rather pick only the properties that you need.
11491149
management.shell.ssh.idle-timeout = # Number of milliseconds after which unused connections are closed.
11501150
management.shell.ssh.key-path= # Path to the SSH server key.
11511151
management.shell.ssh.port=2000 # SSH port.
1152-
management.shell.telnet.enabled=false # Enable CRaSH telnet support. Enabled by default if the TelnetPlugin is available.
1152+
management.shell.telnet.enabled=false # Enable CRaSH telnet support. Enabled by default if the TelnetPlugin is available.
11531153
management.shell.telnet.port=5000 # Telnet port.
11541154
11551155
# TRACING ({sc-spring-boot-actuator}/trace/TraceProperties.{sc-ext}[TraceProperties])

spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6161,7 +6161,7 @@ might not actually appear on the running application classpath. You can also use
61616161

61626162
[TIP]
61636163
====
6164-
If you are using `@ConditionalOnClass` or `@ConditionalOnMissingClass` as apart of a
6164+
If you are using `@ConditionalOnClass` or `@ConditionalOnMissingClass` as a part of a
61656165
meta-annotation to compose your own composed annotations you must use `name` as referring
61666166
to the class in such a case is not handled.
61676167
====

0 commit comments

Comments
 (0)