java.lang.IllegalStateException: PathVariable annotation was empty on param 0-2021-09-28

2021/9/28 9:40:52

本文主要是介绍java.lang.IllegalStateException: PathVariable annotation was empty on param 0-2021-09-28,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

商城项目day10 购物车:

 1.报错如下: UnsatisfiedDependencyException: 

        Unsatisfied dependency expressed through field 'cartService'; nested exception is 

        Error creating bean with name 'com.changgou.goods.feign.SkuFeign': FactoryBean threw exception on object creation; nested exception is java.lang.IllegalStateException: PathVariable annotation was empty on param 0.

2.原因:  路径变量注解的参数为空

 3. 解决:  返回的Result<Sku>的集合

 



这篇关于java.lang.IllegalStateException: PathVariable annotation was empty on param 0-2021-09-28的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程