Skip to content

Commit 165fc7d

Browse files
authored
Update and rename 43.1. Connecting to the remote shell.md to 49.1 Connecting to the remote shell.md
1 parent d4025d7 commit 165fc7d

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 renamed to V. Spring Boot Actuator/49.1 Connecting to the remote shell.md

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

33
默认情况下,远程shell监听端口2000以等待连接。默认用户名为`user`,密码为随机生成的,并且在输出日志中会显示。如果应用使用Spring Security,该shell默认使用[相同的配置](../IV. Spring Boot features/27. Security.md)。如果不是,将使用一个简单的认证策略,你可能会看到类似这样的信息:
44
```java

0 commit comments

Comments
 (0)