Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 796 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 796 Bytes

ehcache-demo

EhCache Demo

Awesome

EhCache demo

EhCache 是一个纯Java的进程内缓存框架,速度非常快,使用也很简单。本项目使用以spring boot为基础来展示ehcache的使用方法

⚡一些说明

🔧开发工具

  • IDEA
  • Navicat
  • Git

📝技术点

  • Spring boot
  • mybatis-plus
  • mysql
  • guava
  • GSON
  • EhCache
  • lombok

数据库配置

  1. 运行项目中的cachetest.sql来初始化一个cachetest数据库
  2. 在application-dev.yml中修改为你连接的用户名和密码
  3. 运行EhcacheDemoApplication