问题具体描述:
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
解决方法:
添加application.yml配置:
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher

问题具体描述:
Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException
解决方法:
添加application.yml配置:
spring:
mvc:
pathmatch:
matching-strategy: ant_path_matcher