spring2.0 Consider renaming one of the beans…

2019-04-29 08:50:28来源:博客园 阅读 ()

新老客户大回馈,云服务器低至5折

1. 报错信息

Description:

The bean 'dataSource', defined in BeanDefinition defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class], could not be registered. A bean with that name has already been defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class] and overriding is disabled.

Action:

Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true

 

 

 

 main:
    allow-bean-definition-overriding: true #当遇到同样名字的时候,是否允许覆盖注册

 


原文链接:https://www.cnblogs.com/wuxiang12580/p/10784904.html
如有疑问请与原作者联系

标签:

版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有

上一篇:06 面向对象

下一篇:07 抽象_封装