【SpringBoot学习七】springboot2.0+ehcache

springboot支持多种缓存框架,这里我用到的是springboot默认支持的环境ehcache,ehcache小巧使用简单,所以我在这里介绍一下springboot如何集成ehcache。web 1.pom.xml引入相关jar包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spri
相关文章
相关标签/搜索