Skip to content

Spring boot with ehcache to cache the data for rest web services. Data will stay in memory for a given time after that will be queried again from Database.

Notifications You must be signed in to change notification settings

musawar/spring-boot-ehcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-ehcache

  • mvn clean
  • mvn install
  • mvn spring-boot:run

Its a cache management demo with spring-boot and ehcache. Cache will be maintained by Time To Live (TTL) 60 seconds. Logs will print the apprpriate behavior.

About

Spring boot with ehcache to cache the data for rest web services. Data will stay in memory for a given time after that will be queried again from Database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages