blog.broncotoxique.com

Juste another geek’s website

Tag: Hibernate

  • How to: Spring-Boot 2.x.x Hibernate 5.x.x EhCache 3.x.x

    This post is the very short sumup of how to setup and run Hibernate L2 Cache, with EhCache 3. A version of the full documentation is here Hibernate 5.6 – Cache Since Spring-boot 2.x.x use EhCache 3.x.x to serve the caching features of Spring, and Hibernate 5.x.x use EhCache 2.x.x as cache engine to provide it’s…