springboot-bucket/springboot-cache
2018-03-02 18:49:45 +08:00
..
src 添加代码示例springboot-hibernate 2018-03-02 18:49:45 +08:00
.gitignore first 2018-02-26 19:05:53 +08:00
LICENSE first 2018-02-26 19:05:53 +08:00
pom.xml 完成10个工程的代码 2018-02-27 16:39:10 +08:00
README.md 完成10个工程的代码 2018-02-27 16:39:10 +08:00
run.sh first 2018-02-26 19:05:53 +08:00

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