Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 303 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 303 Bytes

GuiceCacheExample

This is a sample project to demonstrate how to use together:

  • Guice
  • JSR 107 Annotations
  • ehCache as cache provider

Download and start the application

git clone https://github.com/Alfredux79/GuiceCacheExample.git
cd GuiceCacheExample
mvn test

enjoy!