Skip to content

Create ehcache project

Piyush Chaudhari edited this page Sep 13, 2018 · 1 revision

Create spring boot spring-boot-ehcache-without-xml project.
Add below dependencies in your project build.gradle
.

compile('org.springframework.boot:spring-boot-starter-cache') for cache implementation
compile('org.springframework.boot:spring-boot-starter-data-jpa') for JPA data store
runtime('mysql:mysql-connector-java') for mysql connection
compile 'net.sf.ehcache:ehcache:2.8.3' for ehcache implementation

Clone this wiki locally