# springboot 缓存学习 **Repository Path**: BiShuiLanTian12/springboot_cache_learning ## Basic Information - **Project Name**: springboot 缓存学习 - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-07-03 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # spring-boot-learn Learning about the spring-boot 缓存技术,包括redis缓存,guave, encache等等 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过程。该框架使用了特定的方式来进行配置,从而使开发人员不再需要定义样板化的配置。通过这种方式,Spring Boot致力于在蓬勃发展的快速应用开发领域(rapid application development)成为领导者。 Spring Boot特点编辑 1. 创建独立的Spring应用程序 2. 嵌入的Tomcat,无需部署WAR文件 3. 简化Maven配置 4. 自动配置Spring 5. 提供生产就绪型功能,如指标,健康检查和外部配置 6. 绝对没有代码生成和对XML没有要求配置 说明: 1.springbootehcache 缓存 使用ehcache缓存,这个为本地缓存 2.springbootguavecache 缓存 使用google的guave缓存,这个为本地缓存 3.springbootredis 缓存 使用redis缓存,这个为外部装置缓存