Skip to content

Instantly share code, notes, and snippets.

@Romeh
Created December 22, 2017 14:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save Romeh/2f5a633ee09ce1d6eb71ee37aa4e445e to your computer and use it in GitHub Desktop.
<!-- ehcache and JSR dependencies-->
<dependency>
<groupId>org.ehcache</groupId>
<artifactId>ehcache</artifactId>
<version>${ehcache}</version>
</dependency>
<dependency>
<groupId>javax.cache</groupId>
<artifactId>cache-api</artifactId>
</dependency>
<!-- spring boot cache starter-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-cache</artifactId>
</dependency>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment