springboot-bucket/springboot-cache/README.md
2018-09-09 16:00:49 +08:00

24 lines
547 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 演示项目
基于注解的声明式缓存
SpringBoot 2.0的写法有些改变,参考:
https://3dot141.com/blogs/20329.html
https://my.oschina.net/u/3773384/blog/1795296
## 运行
本地安装好MySQL 5.7并执行初始化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>