Error creating bean with name 'eurekaAutoServiceRegistration': Singleton bean creation not allowed

feign集成,启动失败,

更改端口无效,最后,在pom.xml加下面这个解决

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
    <scope>test</scope>
</dependency>
  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
引用中提到的异常信息 "Singleton bean creation not allowed while the singletons of this factory are in destruction" 是由于在销毁方法实现中请求了BeanFactory的bean,导致无法创建单例bean。这个问题在SpringBoot启动会出现,并且可能与版本有关。中提到的可能原因是版本问题。从Spring的bean学习开始到MyBatis Plus,有会遇到这个问题。可能是由于sqlSessionFactorybean的创建失败或其他类的bean创建失败。出现这个问题,要检查版本是否兼容。中提到的可能原因是代码问题。可能出现的错误是 "Error creating bean with name 'sqlSessionFactory'",但是进一步检查发现具体的类的bean创建失败。或者出现了SQL语句错误。这可能是由于字段名与关键字冲突导致的。在表的列名(对应类中的字段名)中不要使用关键字,需要将其更改为其他名称。<span class="em">1</span><span class="em">2</span><span class="em">3</span> #### 引用[.reference_title] - *1* [Singleton bean creation not allowed while singletons of this factory are in destru](https://blog.csdn.net/CMEguagua/article/details/107867332)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] - *2* *3* [Error creating bean with name ‘sqlSessionFactory‘此类问题原因总结](https://blog.csdn.net/VanGotoBilibili/article/details/112702857)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v92^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"] [ .reference_list ]

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

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

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值