From 9a2e430859d736e34e17f78ae13e34e1f0577503 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Sun, 31 May 2015 00:04:56 +0800 Subject: [PATCH] Update 43.1. Connecting to the remote shell.md --- V. Spring Boot Actuator/43.1. Connecting to the remote shell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/V. Spring Boot Actuator/43.1. Connecting to the remote shell.md b/V. Spring Boot Actuator/43.1. Connecting to the remote shell.md index 5103c62..f3646db 100644 --- a/V. Spring Boot Actuator/43.1. Connecting to the remote shell.md +++ b/V. Spring Boot Actuator/43.1. Connecting to the remote shell.md @@ -1,6 +1,6 @@ ### 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 Using default password for shell access: ec03e16c-4cf4-49ee-b745-7c8255c1dd7e ```