Skip to content

Krithika3/DistributedCachePOC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

A simple distributed cache POC using Spring boot

Local Setup:

  1. Run DistributedCachePOC/src/main/java/com/distributed/cache/poc/test/CachePocController.java to test using cache with a Spring Boot REST service.
  2. To connect to the database please provide the credentials in application.properties which goes into src/main/resources.
  3. Run DistributedCachePOC/src/main/java/com/distributed/cache/poc/test/TestCachePoc.java to test distributed caching services using multiple threads.(WIP). It has a main method.

What does this app do?

This app is used to test a poc for a distributed caching service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published