【JeecgBoot】在jenkins里面构建的jar包启动报错

JeecgBoot通过jenkins构建的jar包启动报错

【JeecgBoot】在jenkins里面构建的jar包启动报错

启动jeecgBoot网关,在本地很正常,但通过jenkins打包后,放到linux中启动报以下错误:
Error starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.
2022-08-03 15:41:53.781 [main] [1;31mERROR[0;39m [36mo.s.b.diagnostics.LoggingFailureAnalysisReporter:40[0;39m -


APPLICATION FAILED TO START


Description:
Parameter 0 of constructor in org.jeecg.starter.cloud.feign.impl.JeecgFeignService required a single bean, but 2 were found:
- feignDecoder: defined by method ‘feignDecoder’ in class path resource [org/springframework/cloud/openfeign/FeignClientsConfiguration.class]
- starterFeignDecoder: defined by method ‘feignDecoder’ in class path resource [org/jeecg/config/FeignConfig.class]
Action:
Consider marking one of the beans as @Primary, updating the consumer to accept multiple beans, or using @Qualifier to identify the bean that should be consumed

解决方法

1:org.jeecg.starter.cloud.feign.impl.JeecgFeignService中的代码需要全部注释。

2:在jeecg-boot-starter-cloud工程bootstrap.yml文件中添加如下配置:
spring:
#升级SpringBoot2.6.6,允许循环依赖
main:
allow-circular-references: true
allow-bean-definition-overriding: true #声明spring框架是否允许定义重名的bean对象覆盖原有的bean (spring boot默认是false)。

3:重新打包,再次启动即可。

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 4
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值