使用spring boot admin监控服务启动出现报错:adminHandlerMapping对象创建失败
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'adminHandlerMapping'
defined in class path resource [de/codecentric/boot/admin/server/config/AdminServerWebConfiguration$ServletRestApiConfirguation.class]:
Invocation of init method failed; nested exception is java.lang.StackOverflowError
报错原因:依赖版本的问题,一般都是因为用了2.1.6,改成其他适配的版本就可以了:
一开始改成了2.3和2.4发现还是报同样的错,所以改成2.2.2就可以了