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

18 lines
380 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 Cache 演示项目
基于注解的声明式缓存
## 运行
初始化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>