码迷,mamicode.com
首页 > 其他好文 > 详细

Redis服务的调用

时间:2018-06-12 17:45:10      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:刷新   main   处理   conf   pid   驼峰   格式   config   span   

1,将码表值添加到redis中
      在/com-study-service-redis/src/main/java/com/study/service/redis/RedisClientService.java中refreshData的方法中添加处理代码。
    要求:KEY为去除”_”小写的表名;
              VALUE为JSONArray数组字符串,数组中元素以表字段驼峰格式为Key的JSONObject。
 
2,更新及查看redis数据
 
      启动refreshconfig中刷新数据refreshData(),查看数据queryDataByKey()
 
3,在pom.xml中引入
<dependency>
  <groupId>com.study.service.redis.api</groupId>
  <artifactId>com-study-service-redis-api</artifactId>
  <version>${com-study-service-redis-api.version}</version>
 
</dependency>
 
4,在spring-dubbo-consumer.xml中引入
<!-- 服务消费à
 
<dubbo:referenceinterface="com.study.redis.service.intf.RedisClientIntf" id="redisClientService" check="false" />
 
5,调用com.study.redis.service.intf.RedisClientIntf中服务方法。
 
      对于码表中的值,通过去除”_”小写的表名获取到JSONArray数组字符串,数组中元素以表字段驼峰格式为Key的JSONObject。

Redis服务的调用

标签:刷新   main   处理   conf   pid   驼峰   格式   config   span   

原文地址:https://www.cnblogs.com/snowwhitecityofsky/p/9174130.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!