SpringBoot启动报错:ould not be registered. A bean with that name has already been defined in file and overriding is disabled.
SpringBoot启动报错
***************************
APPLICATION FAILED TO START
***************************
Description:
The bean 'XXX', defined in class path resource [com/test/cms/XXX.class], could not be registered. A bean with that name has already been defined in file [D:\IDEAWorkSplace\XXX.class] and overriding is disabled.
Action:
Consider renaming one of the beans or enabling overriding by setting spring.main.allow-bean-definition-overriding=true
Disconnected from the target VM, address: '127.0.0.1:54086', transport: 'socket'
Process finished with exit code 0
在配置文件application中加入
spring.main.allow-bean-definition-overriding=true
-----------------------有任何问题可以在评论区评论,也可以私信我,我看到的话会进行回复,欢迎大家指教------------------------
(蓝奏云官网有些地址失效了,需要把请求地址lanzous改成lanzoux才可以)