小大卫 2024-02-28 09:19 采纳率: 0%
浏览 13

SpringCloud的项目启动网关时,输出中没有出现ERROR,但是启动时出错了,怎么解决?

2024-02-28 08:47:33.367 INFO 10616 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-02-28 08:47:33.368 INFO 10616 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration' of type [org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-02-28 08:47:33.369 INFO 10616 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration$ReactiveLoadBalancerConfig' of type [org.springframework.cloud.client.loadbalancer.reactive.LoadBalancerBeanPostProcessorAutoConfiguration$ReactiveLoadBalancerConfig] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-02-28 08:47:33.373 INFO 10616 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'deferringLoadBalancerExchangeFilterFunction' of type [org.springframework.cloud.client.loadbalancer.reactive.DeferringLoadBalancerExchangeFilterFunction] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
启动网关(ApiGatewayApplication)的时候出现上述信息,然后启动网关的时候出现了错误,不知道和上面的东西有没有关系?

  • 写回答

2条回答 默认 最新

  • GISer Liu 2024-02-28 09:20
    关注

    该回答引用自GPT-3.5,由博主GISer Liu编写:

    根据你提供的信息,问题描述了在启动 Spring Cloud 项目中的网关时,出现了一些信息提示,但并没有明确的
    ERROR。然而,启动后遇到了错误,你怀疑这些提示信息与错误有关。
    首先,你提供的信息中没有明确指出具体的错误信息,只是一些 INFO 级别的日志。因此,我们需要更多的信息来准确定位问题。
    对于解决这种情况,可以采取以下步骤:

    1. 查看详细错误信息 :在启动过程中,如果有错

    如果该回答解决了您的问题,请采纳!如果没有,请参考以下方案进行修订

    用户答题指南

    评论

报告相同问题?

问题事件

  • 创建了问题 2月28日

悬赏问题

  • ¥15 C语言设计一个简单的自动换档程序
  • ¥15 关于logstash转发日志时发生的部分内容丢失问题
  • ¥17 pro*C预编译“闪回查询”报错SCN不能识别
  • ¥15 微信会员卡接入微信支付商户号收款
  • ¥15 如何获取烟草零售终端数据
  • ¥15 数学建模招标中位数问题
  • ¥15 phython路径名过长报错 不知道什么问题
  • ¥15 深度学习中模型转换该怎么实现
  • ¥15 Stata外部命令安装问题求帮助!
  • ¥15 从键盘随机输入A-H中的一串字符串,用七段数码管方法进行绘制。提交代码及运行截图。