美文网首页
Spring boot 集成 Ehcache

Spring boot 集成 Ehcache

作者: 二十五_0415 | 来源:发表于2019-04-18 16:55 被阅读0次
    • 引入maven配置
    <dependency>
                <groupId>org.springframework.boot</groupId>
                <artifactId>spring-boot-starter-cache</artifactId>
    </dependency>
    <dependency>
                <groupId>net.sf.ehcache</groupId>
                <artifactId>ehcache</artifactId>
    </dependency>
    
    • classpath根目录也就是src/main/resource下加上ehcache.xml

    相关文章

      网友评论

          本文标题:Spring boot 集成 Ehcache

          本文链接:https://www.haomeiwen.com/subject/blpgbqtx.html