springboot-bucket/springboot-redis/README.md
2018-02-27 16:39:10 +08:00

18 lines
416 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

## SpringBoot Redis演示项目
SpringBoot中通过RedisTemplate来直接操作Redis缓存数据库
## 运行
初始化sql文件在`resources/sql/t_user.sql`中
另外还需要安装Redis配置好`application.yml`文件中的redis地址
测试用例:`com.xncoding.service.UserServiceTest.java`
## 许可证
Copyright (c) 2018 Xiong Neng
基于 MIT 协议发布: <http://www.opensource.org/licenses/MIT>