Skip to content

Commit 9a2e430

Browse files
committed
Update 43.1. Connecting to the remote shell.md
1 parent 28e9746 commit 9a2e430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

V. Spring Boot Actuator/43.1. Connecting to the remote shell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 43.1. 连接远程shell
22

3-
默认情况下,远程shell监听端口2000以等待连接。默认用户名为`user`,密码为随机生成的,并且在输出日志中会显示。如果应用使用Spring Security,该shell默认使用[相同的配置](http://docs.spring.io/spring-boot/docs/current-SNAPSHOT/reference/htmlsingle/#boot-features-security)。如果不是,将使用一个简单的认证策略,你可能会看到类似这样的信息:
3+
默认情况下,远程shell监听端口2000以等待连接。默认用户名为`user`,密码为随机生成的,并且在输出日志中会显示。如果应用使用Spring Security,该shell默认使用[相同的配置](../IV. Spring Boot features/27. Security.md)。如果不是,将使用一个简单的认证策略,你可能会看到类似这样的信息:
44
```java
55
Using default password for shell access: ec03e16c-4cf4-49ee-b745-7c8255c1dd7e
66
```

0 commit comments

Comments
 (0)