Error:Invocation of init method failed; nested exception is java.lang.IllegalStateException:

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘documentationPluginsBootstrapper’ defined in URL [jar:file:/D:/mavenChangKu/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/DocumentationPluginsBootstrapper.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘webMvcRequestHandlerProvider’ defined in URL [jar:file:/D:/mavenChangKu/io/springfox/springfox-spring-web/2.9.2/springfox-spring-web-2.9.2.jar!/springfox/documentation/spring/web/plugins/WebMvcRequestHandlerProvider.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘requestMappingHandlerMapping’ defined in class path resource [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]: Invocation of init method failed; nested exception is java.lang.IllegalStateException: Ambiguous mapping. Cannot map ‘goodsController’ method
com.offcn.sellergoods.controller.GoodsController#upMarketable(Long)
to {GET /goods/upMarketable/{id}}: There is already ‘goodsController’ bean method
com.offcn.sellergoods.controller.GoodsController#downMarketable(Long) mapped.
这是一个Java Spring框架的异常信息,大概的意思是:

在创建名为"documentationPluginsBootstrapper"的bean时发生了错误,该bean的构造函数参数存在依赖关系无法满足;进一步发现,在创建名为"webMvcRequestHandlerProvider"的bean时也发生了错误,该bean的构造函数参数1也存在依赖关系无法满足;最终导致了"requestMappingHandlerMapping" bean的创建失败,错误信息显示该bean存在重复的映射,即同一个请求路径被映射到了多个方法上。

建议检查相关配置和注入依赖是否正确,特别是检查与"goodsController"相关的映射是否存在问题,避免重复映射的情况出现。同时可以考虑使用更加明确的请求路径来避免歧义和错误。

检查完毕 确实是url映射路径冲突导致bean创建失败

  • 0
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值