1.Error creating bean with name ‘armeriaServer’
该问题可能是依赖冲突。检查下你的包,试着注销 zipkin autoconfigure,因为springboot实际是自带 spring boot autoconfigure的,我尝试了下当时可以解决这个问题。
springboot微服务搭建过程中Zipkin服务跟踪出现的问题
2.如果持续报错,还有一个问题 点开控制终端 bean ‘armeriaServer’ 的类 查看其port ,一般默认为8080,这个时候你就要注意你所有的项目里面是不是有port 也为8080的,这个时候可能是因为跟汤姆猫服务器(Tomcat)默认端口冲突,引起的。 修改自己项目的端口应该就可以解除该bug.

相关文章:

  • 2021-08-16
  • 2022-02-26
  • 2022-01-10
  • 2021-08-23
  • 2021-08-01
  • 2021-08-08
  • 2022-12-23
猜你喜欢
  • 2021-10-27
  • 2021-10-10
  • 2021-12-22
  • 2021-07-10
  • 2021-11-30
相关资源
相似解决方案