摘要: 1.Geospatial 地理位置 1.添加 //1.key 2.value(经度,纬度) 3.name redisTemplate.opsForGeo().add("city",new Point(116.35,23.535),"jieyang"); 2.获取城市(1个或者多个)的经纬度 Syst 阅读全文
posted @ 2021-01-28 23:21 熬夜秃头选拨赛冠军 阅读(669) 评论(0) 推荐(0) 编辑
摘要: Springboot整合Redis配置序列化 import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.PropertyAccessor; import com.fa 阅读全文
posted @ 2021-01-28 18:24 熬夜秃头选拨赛冠军 阅读(144) 评论(0) 推荐(0) 编辑