Using ehcache 3 with Spring Annotations (not using Spring Boot)

前端 未结 2 1443
走了就别回头了
走了就别回头了 2021-01-04 03:43

I\'m trying to get Ehcache 3 working with Spring 4 without using Spring boot.

Here is a working example out there which uses Spring Boot, but I\'m working on an exis

2条回答
  •  猫巷女王i
    2021-01-04 04:05

    This is simple and working sample for all needed changes from ehcache 2 to 3: https://imhoratiu.wordpress.com/2017/01/26/spring-4-with-ehcache-3-how-to/

    This this is link for new configuration:

    • http://www.ehcache.org/documentation/3.4/xml.html
    • http://www.ehcache.org/documentation/3.1/107.html#supplement-jsr-107-configurations

提交回复
热议问题