
springcloud错误记录
以后springcloud的错误都会记录在这里,方便以后查找
java_Murcielago
这个作者很懒,什么都没留下…
展开
-
启动Feign 报错 java.lang.IllegalStateException: PathVariable annotation was empty on param 0
value必须指定 @PathVariable(value="id")原创 2020-07-11 15:59:18 · 382 阅读 · 0 评论 -
springboot + redistemplat的坑
@Autowired private RedisTemplate redisTemplate; HashOperations forHash = redisTemplate.opsForHash(); if (forHash.hasKey(1, 2)) { } 这个返回true @Autowired private RedisTemplate<String,S...原创 2019-09-17 11:02:21 · 250 阅读 · 0 评论