package cn.itcast.redisdemo.web;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.StringRedisTemplate;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RestController;
@RestController
public class HelloController {
@Autowired
private StringRedisTemplate redisTemplate;
@GetMapping("/get/{key}")
public String hi(@PathVariable String key) {
return redisTemplate.opsForValue().get(key);
}
@GetMapping("/set/{key}/{value}")
public String hi(@PathVariable String key, @PathVariable String value) {
redisTemplate.opsForValue().set(key, value);
return "success";
}
}
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论



























收起资源包目录






















共 6 条
- 1
资源评论


9.冄2.7.號
- 粉丝: 2479
上传资源 快速赚钱
我的内容管理 展开
我的资源 快来上传第一个资源
我的收益
登录查看自己的收益我的积分 登录查看自己的积分
我的C币 登录后查看C币余额
我的收藏
我的下载
下载帮助


最新资源
- 2023年新版可编程序控制器形成性考核作业及答案.doc
- WeBlog-毕业设计资源
- 2023年沈阳理工大学理论电子商务概论.doc
- nuedc-resources-电赛资源
- 企事业单位办公网络应用方案.pdf
- 基于PLC的流量监控系统设计说明.doc
- 网络安全第三讲ppt课件.ppt
- 计算机室管理工作计划.docx
- ACM算法竞赛-ACM资源
- 校园网站策划与设计.doc
- MCM_2024C-美赛资源
- 无线wifi网络的应用和效益调研报告模板.doc
- 网络安全在我心中主题演讲稿2022-202310篇.docx
- 基于单片机的交通信号灯模拟控制系统.doc
- 危险化学品汽车运输安全监控系统车载终端与通信中心间数据接口协议和数据交换技术规范.doc
- 三级项目管理.docx
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈



安全验证
文档复制为VIP权益,开通VIP直接复制
