在Spring Boot 中,我们一般是利用 spring.cache.type 来指定使用哪种缓存,然后填写相关配置信息来完成自动配置。 CacheType 的源码:我们可以看到,Spring 是支持非常多种缓存框架的。 package org.springframework.boot.autoconfigure.cache; public enum CacheType { GENERIC, JCACHE, EHCACHE, HAZELCAST...
spring boot demo 是一个用来学习 spring boot 的项目,已经集成 actuator(监控)、admin(可视化监控)、logback(日志)、aopLog(通过AOP记录web请求日志)、统一异常处理(json级别和页面级别)、freemarker(模板引擎)、thymeleaf(模板引擎)、Beetl(模板引擎)、Enjoy(模板引擎)、
spring-boot-demo-cache-ehcache spring-boot 整合 ehcache,使用 ehcache 缓存数据 spring-boot-demo-email spring-boot 整合 email,包括发送简单文本邮件、HTML邮件(包括模板HTML邮件)、附件邮件、静态资源邮件 spring-boot-demo-task spring-boot 快速实现定时任务 spring-boot-demo-task-quartz spring-boot 整合 quart...
demo-orm-beetlsqlspring-boot 集成beetl-sql,使用beetl-framework-starter集成 demo-uploadspring-boot 文件上传示例,包含本地文件上传以及七牛云文件上传 demo-cache-redisspring-boot 整合 redis,操作redis中的数据,并使用redis缓存数据 demo-cache-ehcachespring-boot 整合 ehcache,使用 ehcache 缓存数据 ...
spring-boot-demo-admin 调整spring boot admin demo 的包结构,将 server 和 client 放在一个模块下 5年前 spring-boot-demo-async spring-boot-demo-async 完成 6年前 spring-boot-demo-cache-ehcache spring-boot-demo-cache-ehcache 完成 6年前 spring-boot-demo-cache-redis 调整缓存由序列...
spring-boot-demo-actuatorspring-boot 集成 spring-boot-starter-actuator 用于监控 spring-boot 的启动和运行状态 spring-boot-demo-admin-clientspring-boot 集成 spring-boot-admin 来可视化的监控 spring-boot 程序的运行状态,可以与 actuator 互相搭配使用,客户端示例 ...
spring-boot-demo-cache-ehcachespring-boot 整合 ehcache,使用 ehcache 缓存数据 spring-boot-demo-emailspring-boot 整合 email,包括发送简单文本邮件、HTML邮件(包括模板HTML邮件)、附件邮件、静态资源邮件 spring-boot-demo-taskspring-boot 快速实现定时任务 ...
<module>spring-boot-demo-orm-beetlsql</module> <module>spring-boot-demo-upload</module> <module>spring-boot-demo-cache-redis</module> <module>spring-boot-demo-cache-ehcache</module> <module>spring-boot-demo-email</module> <module>spring-boot-demo-task</module> <module>spring-boot-demo-...
<module>spring-boot-demo-cache-ehcache</module> <module>spring-boot-demo-email</module> <module>spring-boot-demo-task</module> <module>spring-boot-demo-task-quartz</module> <module>spring-boot-demo-swagger</module> <module>spring-boot-demo-swagger-beauty</module> <module>spring-boot-demo-...
spring-boot-demo-cache-ehcache spring-boot 整合 ehcache,使用 ehcache 缓存数据 spring-boot-demo-email spring-boot 整合 email,包括发送简单文本邮件、HTML邮件(包括模板HTML邮件)、附件邮件、静态资源邮件 spring-boot-demo-task spring-boot 快速实现定时任务 spring-boot-demo-task-quartz spring-boot 整合 quart...