第 3 章 3 配置 Druid 监控的问题

作者: lc550845723创建于 2022年2月7日更新于 2022年2月7日

第一步:在pom.xml中引入spring-boot-starter-actuator模块

我使用的springboot版本是2.6.3,引入swagger2启动时出现错误:Failed to start bean ‘documentationPluginsBootstrapper’; nested exception is java.lang.NullPointerException,然后增加配置spring.mvc.pathmatch.matching-strategy=ant_path_matche来解决上述启动错误的问题。

内容来源: dyc87112/SpringBoot-Learning