Update and rename 41.4. Customizing the management server address to 41.4. Customizing the management server address.md
parent
f14f9d5f35
commit
b5eeffda1d
|
@ -0,0 +1,9 @@
|
||||||
|
### 41.4. 自定义管理服务器的地址
|
||||||
|
|
||||||
|
你可以通过设置`management.address`属性来定义管理端点可以使用的地址。这在你只想监听内部或面向生产环境的网络,或只监听来自localhost的连接时非常有用。
|
||||||
|
|
||||||
|
下面的application.properties示例不允许远程管理连接:
|
||||||
|
```java
|
||||||
|
management.port=8081
|
||||||
|
management.address=127.0.0.1
|
||||||
|
```
|
Loading…
Reference in New Issue