国产成人精品亚洲777人妖,欧美日韩精品一区视频,最新亚洲国产,国产乱码精品一区二区亚洲

您的位置:首頁技術(shù)文章
文章詳情頁

SpringBoot+redis配置及測試的方法

瀏覽:2日期:2023-03-14 17:57:41
1.創(chuàng)建項目時選擇redis依賴

SpringBoot+redis配置及測試的方法

2.修改配置文件,使用SpringBoot就避免了之前很多的xml文件

2.1學過redis的同學都知道這個東西有集群版也有單機版,無論哪個版本配置起來都很簡單

2.1.1首先找到配置文件

SpringBoot+redis配置及測試的方法

2.1.2然后配置集群版,直接在配置文件內(nèi)編輯即可

SpringBoot+redis配置及測試的方法

2.1.3配置單機版

SpringBoot+redis配置及測試的方法

3.測試

找到測試文件夾,自動注入redis模板

SpringBoot+redis配置及測試的方法

4.分別測試操作String和Hash類型的數(shù)據(jù)

4.1操作String

@Testpublic void testString(){//操作String類型的數(shù)據(jù)ValueOperations<String, String> valueStr = redisTemplate.opsForValue();//存儲一條數(shù)據(jù)valueStr.set('goodsProdu','長安');//獲取一條數(shù)據(jù)并輸出String goodsName = valueStr.get('goodsProdu');System.out.println(goodsName);//存儲多條數(shù)據(jù)Map<String,String> map = new HashMap<>();map.put('goodsName','福特汽車');map.put('goodsPrice','88888');map.put('goodsId','88'); valueStr.multiSet(map);//獲取多條數(shù)據(jù)System.out.println('========================================');List<String>list = new ArrayList<>();list.add('goodsName');list.add('goodsPrice');list.add('goodsId');list.add('goodsProdu'); List<String> listKeys = valueStr.multiGet(list);for (String key : listKeys) {System.out.println(key);} }

效果

. ____ _ __ _ _ / / ___’_ __ _ _(_)_ __ __ _ ( ( )___ | ’_ | ’_| | ’_ / _` | / ___)| |_)| | | | | || (_| | ) ) ) ) ’ |____| .__|_| |_|_| |___, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot ::(v2.0.3.RELEASE)2018-06-21 09:45:31.328 INFO 8848 --- [ main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library長安========================================福特汽車8888888長安

4.2測試hash數(shù)據(jù)

@Testpublic void testHash(){//創(chuàng)建對象HashOperations<String, String, String> opsForHash = redisTemplate.opsForHash();//存儲一條數(shù)據(jù)opsForHash.put('orderInfo','orderId','11');//獲取一條數(shù)據(jù)String value = opsForHash.get('orderInfo', 'orderId');System.out.println(value); //存儲多條數(shù)據(jù)Map<String,String> map = new HashMap<>();map.put('createTime','2018-06-21');map.put('orderSn','888888');opsForHash.putAll('orderInfo',map);//獲取多條數(shù)據(jù)List<String> listKey = new ArrayList<>();listKey.add('createTime');listKey.add('orderSn');List<String> info = opsForHash.multiGet('orderInfo', listKey);for (String s : info) {System.out.println(s); } }

效果

. ____ _ __ _ _ / / ___’_ __ _ _(_)_ __ __ _ ( ( )___ | ’_ | ’_| | ’_ / _` | / ___)| |_)| | | | | || (_| | ) ) ) ) ’ |____| .__|_| |_|_| |___, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot ::(v2.0.3.RELEASE)2018-06-21 09:48:26.020 INFO 3852 --- [ main] c.b.s.SpringbootRedisApplicationTests : Starting SpringbootRedisApplicationTests on sixfly with PID 3852 (started by Administrator in D:work_spacespringbootdemospringboot-redis)2018-06-21 09:48:26.030 INFO 3852 --- [ main] c.b.s.SpringbootRedisApplicationTests : No active profile set, falling back to default profiles: default2018-06-21 09:48:26.174 INFO 3852 --- [ main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2f953efd: startup date [Thu Jun 21 09:48:26 CST 2018]; root of context hierarchy2018-06-21 09:48:28.398 INFO 3852 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!2018-06-21 09:48:32.182 INFO 3852 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 2018-06-21 09:48:35.054 INFO 3852 --- [ main] c.b.s.SpringbootRedisApplicationTests : Started SpringbootRedisApplicationTests in 11.637 seconds (JVM running for 19.635)2018-06-21 09:48:36.390 INFO 3852 --- [ main] io.lettuce.core.EpollProvider : Starting without optional epoll library2018-06-21 09:48:36.398 INFO 3852 --- [ main] io.lettuce.core.KqueueProvider : Starting without optional kqueue library112018-06-21888888

到此這篇關(guān)于SpringBoot+redis配置及測試的方法的文章就介紹到這了,更多相關(guān)SpringBoot redis配置測試內(nèi)容請搜索好吧啦網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章希望大家以后多多支持好吧啦網(wǎng)!

標簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 盐池县| 老河口市| 隆尧县| 万荣县| 绥江县| 民县| 榆中县| 兴化市| 渭源县| 都兰县| 平湖市| 宁远县| 曲沃县| 黄梅县| 泗阳县| 平南县| 汤原县| 益阳市| 玉门市| 出国| 河东区| 饶阳县| 诏安县| 衢州市| 修水县| 南川市| 亳州市| 忻州市| 互助| 田阳县| 芮城县| 岳西县| 龙门县| 红安县| 贺州市| 大姚县| 柏乡县| 汉沽区| 定结县| 新昌县| 航空|