@layout("/common/layout.html"){

实验室

这里会列出本系统集成的一些实验性质的功能,都放在material-lab模块里,通过启用配置文件application-lab.properties来启用这些功能


- 使用actuator可以方便的对spring boot应用做监控
- 启用该功能后 访问http://localhost:8000/actuator/env
测试访问:http://localhost:8000/actuator/env
更多监控接口查看http://localhost:8000/actuator
acturator提供的监控能力有限,而且没有界面,如果需要更成熟的工具,可以参考试试:Spring Boot Admin
@}