File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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])
Original file line number Diff line number Diff 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
61656165meta-annotation to compose your own composed annotations you must use `name` as referring
61666166to the class in such a case is not handled.
61676167====
You can’t perform that action at this time.
0 commit comments