关于Error creating bean with name ‘documentationPluginsBootstrapper‘ defined 错误

it2025-09-05  8

出现这个问题是因为在controller里面有出现了一样的接口名称,所以才会包这个错误、在包扫描的时候模糊扫描不知道是哪个接口出现的问题。

修改成不一样的接口名即可

最新回复(0)