简单了解一下
1.build.gradle中添加 依赖 org.springframework.boot:spring-boot-starter-data-redis
//定义依赖:声明项目中需要哪些依赖 dependencies { //当前模块依赖项 //compile 'org.springframework.boot:spring-boot-starter' //testCompile 'org.springframework.boot:spring-boot-starter-test' compile 'org.springframework.boot:spring-boot-starter-actuator' compile 'org.springframework.boot:spring-boot-starter-web' compile 'org.springframework.boot:spring-boot-starter-data-redis' testCompile group:'junit',name:'junit',version:'4.12'