博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Error creating bean with name 'eurekaAutoServiceRegistration'
阅读量:5113 次
发布时间:2019-06-13

本文共 419 字,大约阅读时间需要 1 分钟。

spring-boot项目不断重启,报错:
1 org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'eurekaAutoServiceRegistration': Singleton bean creation not allowed while singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)

 

解决方法:把pom.xml中的热部署注释掉:
1 
2

 

转载于:https://www.cnblogs.com/mySummer/p/9042549.html

你可能感兴趣的文章
Handbook of Constraints Programming——Chapter4 Backtracking Search Algorithms-Preliminaries
查看>>
yii2 关系...
查看>>
电容-1
查看>>
老虎ji 剪枝模拟
查看>>
为何主程序退出了,创建的多线程还在运行呢?
查看>>
wpf版扫雷游戏
查看>>
检测重编译
查看>>
一些关于angular的总结
查看>>
数据库分页代码
查看>>
react组件生命周期
查看>>
Unity3D碰撞触发函数
查看>>
js正则表达式处理表单
查看>>
闭包函数 装饰器
查看>>
VPS常用工具
查看>>
delphi 基础
查看>>
【Kafka】Kafka数据可靠性深度解读
查看>>
mysql 常用命令
查看>>
不得不爱开源 Wijmo jQuery 插件集(10)-【Expander】(附页面展示和源码)
查看>>
[LAMP]——mod_security和mod_evasive模块的安装
查看>>
如何让IOS应用从容地崩溃
查看>>