在springboot.2.X版本,开发WebService接口引用的,启动项目报:Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.cxf.spring.boot.autoconfigure.CxfAutoConfiguration': Initialization of bean failed;
升级pom文件即可:<dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jaxws</artifactId> <version>3.3.1</version> </dependency>
Error creating bean with name ‘org.apache.cxf.spring.boot.autoconfigure.CxfAutoConfiguration
最新推荐文章于 2022-10-31 18:28:16 发布
本文解决了一个SpringBoot 2.x版本中配置WebService接口时出现的错误:初始化bean失败。通过升级cxf-spring-boot-starter-jaxws依赖到3.3.1版本解决了该问题。
部署运行你感兴趣的模型镜像
您可能感兴趣的与本文相关的镜像
Llama Factory
模型微调
LLama-Factory
LLaMA Factory 是一个简单易用且高效的大型语言模型(Large Language Model)训练与微调平台。通过 LLaMA Factory,可以在无需编写任何代码的前提下,在本地完成上百种预训练模型的微调
5330

被折叠的 条评论
为什么被折叠?



