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