SpringBoot Starter 自动装配失败

1.自定义Starter 依赖使用后项目无法启动,出现一下报错
*************************** APPLICATION FAILED TO START *************************** Description: A component required a bean named 'xxxx' that could not be found. Action: Consider defining a bean named 'xxxx' in your configuration.
2.经过对比未发现pom依赖及自定义的starter配置的问题,查看自定义的Starter项目编译后的目录下存在异常,target/classes/下存在两个META-INF目录,自定义的spring.factories和自动生成的spring-configuration-metadata.json描述文件对应的META-INF不是同一个。
3.将编译后自定义的spring.factories文件挪至自动生成的sprin

SpringBoot Starter 自动装配失败最先出现在Python成神之路

版权声明:
作者:dingding
链接:https://www.techfm.club/p/17211.html
来源:TechFM
文章版权归作者所有,未经允许请勿转载。

THE END
分享
二维码
< <上一篇
下一篇>>