springboot整合redis三种特殊数据类型 bitmaps、 hyperloglogs、geospatial介绍、应用场景以及简单使用
添加工具类SpringUtils
@Component
public class SpringUtils implements ApplicationContextAware {
private static ApplicationContext applicationContext;
public static ApplicationContext getApplicationContext() {
return applicationContext;
原创
2020-10-31 22:31:54 ·
1213 阅读 ·
0 评论