11. springfox-boot-starter集成spring-boot-starter-actuator启动报错问题 参考解决方案: https://github.com/springfox/springfox/issues/3982 application.yml
spring:mvc:pathmatch:matching-strategy: ant_path_matcherConfiguration
public class SpringCon…
Spring Boot Actuator是Spring Boot提供的一种管理和监控应用程序的框架,可以帮助我们了解应用程序的运行状况,提供HTTP端点来暴露应用程序的不同方面,如健康状况、指标、日志和运行时信息等。
开启Actuator监控,我们可以通过HTT…