Skip to content

Commit 86b3e74

Browse files
authored
Update 20.5.1 Running the remote client application.md
1 parent 60ff397 commit 86b3e74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

III. Using Spring Boot/20.5.1 Running the remote client application.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,9 @@
2323
2015-06-10 18:25:07.130 INFO 14938 --- [ main] o.s.b.devtools.RemoteSpringApplication : Started RemoteSpringApplication in 0.74 seconds (JVM running for 1.105)
2424
```
2525

26-
**** 因为远程客户端使用的classpath跟真实应用相同,所以它能直接读取应用配置,这就是`spring.devtools.remote.secret`如何被读取和传递给服务器做验证的。强烈建议使用`https://`作为连接协议,这样传输通道是加密的,密码也不会被截获。如果需要使用代理连接远程应用,你需要配置`spring.devtools.remote.proxy.host``spring.devtools.remote.proxy.port`属性。
26+
**** 因为远程客户端使用的classpath跟真实应用相同,所以它能直接读取应用配置,这就是`spring.devtools.remote.secret`如何被读取和传递给服务器做验证的。
27+
28+
强烈建议使用`https://`作为连接协议,这样传输通道是加密的,密码也不会被截获。
29+
30+
如果需要使用代理连接远程应用,你需要配置`spring.devtools.remote.proxy.host``spring.devtools.remote.proxy.port`属性。
2731

0 commit comments

Comments
 (0)