> For the complete documentation index, see [llms.txt](https://potoyang.gitbook.io/spring-in-action-v5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://potoyang.gitbook.io/spring-in-action-v5/di-17-zhang-guan-li-spring/17.2-shen-ru-admin-fu-wu-duan/17.2.3-jian-cha-huan-jing-shu-xing.md).

# 17.2.3 检查环境属性

Actuator 的 `/env` 端点，返回来自于所有属性源的 Spring 可用的属性。尽管 JSON 格式的响应人为读取并不是太困难，但 Admin 服务端以更美观的形式，在 Environment 选项卡下进行展示（图 17.9）。

![图17.9 Environment 选项卡显示环境属性，还包括覆盖和筛选这些属性值的选择。](https://867170852-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LrmLE3NwQoVJk02Q_BX%2Fsync%2F4e7e891cf92d451db1144a7c0cbcfae7c0b1aee6.png?generation=1632313518947491\&alt=media)

因为可能有数百个属性，所以可以根据属性名称或值进行筛选。图 17.9 显示了筛选出的属性列表，其名称或值包含文本“spring.”。Admin 服务端也允许您设置或覆盖属性，使用 Environment Manager 部分提供的表单进行。
