Skip to content

aafwu00/netflix-evcache-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License Apache 2.0 download FOSSA Status codecov Java CI

Netflix EVCache Spring

This project provides Netflix EVCache integrations for Spring Cache Abstraction, Spring Boot, Spring Cloud

Getting Start

Prerequisites

Build

To build the source you will need to install JDK 1.8.

$ ./gradlew build

Run memcached

start memcached server

memcached -p 11211
memcached -p 11212
memcached -p 11213
memcached -p 11214

or run docker-compose

docker-compose up

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Taeho Kim - Initial work - aafwu00

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

FOSSA Status