启动报错The bean ‘xxx’, defined in class path resource …
服务启动报如下错误:
## The bean ‘xxx’, defined in class path resource [com/uniedu/frame/swagger2/Swagger2Configuration.class], could not be registered. A bean with that name has already been defined in class path resource [com/github/xiaoymin/knife4j/spring/configuration/Knife4jAutoConfiguration.class] and overriding is disabled.
解决
配置文件加:
spring.main.allow-bean-definition-overriding=true
具体
https://blog.csdn.net/m0_46159309/article/details/108533309