使用背景 采用spring boot admin监控业务状态时,希望能实时显示业务日志。 配置方法 1、加依赖 <dependency> <groupId>de.codecentric</groupId> <artifactId>spring-boot-admin-starter-server</artifactId> </dependency> <