SpringCloud 常见异常汇总
Posted pzyin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringCloud 常见异常汇总相关的知识,希望对你有一定的参考价值。
(1)java.lang.IllegalStateException: RequestParam.value() was empty on parameter 0
在请求Facade 或是其他 interface时,@RequestParam("phone") String phone,这个参数一定要必填,不可省略。
(2)Consider defining a bean of type ‘redis.RedisUtil‘
需要在该项目的启动类中进行全表扫描注入 (basePackages = "com.ballon.wonmore.*")
以上是关于SpringCloud 常见异常汇总的主要内容,如果未能解决你的问题,请参考以下文章