@Cacheable注解Redis
使用@Cacheable注解Redis时Redis宕机或其他原因连不上继续调用原方法的解决方案
目录@Cacheable注解Redis时,Redis宕机或其他原因连不上,继续调用原方法的解决方案1. 问题背景1.1 @Cacheable注解的基本使用1.2 Redis宕机的影响2. 解决方案2.1 使用自定义异常处理器2.1.1 创建自定义异常处[详细]
2025-05-23 10:31 分类:开发Speed up compilation with mockito on Android
I am currently developing an android app in eclipse using: One project for the app One project for the tests (Instrumentation and Pojo tests)[详细]
2022-12-29 02:17 分类:问答