Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

vmware-archive/redisstore

Repository files navigation

README

0.  Build

	mvn package
	mvn spring-boot:run
	
	cf api api.run.pivotal.io
	cf login
	cf push target/redisstore-0.0.6-SNAPSHOT.jar
	

1.  Testing

	Store a Key-Value Pair to Redis
	http://redisstoretspann.cfapps.io/store?name=tim&value=spann

	Retrieve a Key-Value Pair from Redis
	http://redisstoretspann.cfapps.io/retrieve?name=tim

	
2.  TODO
		CF/Spring 4-Boot Best Practices
		Add rabbitmq receiver
		Add Spring Unit Testing
		Add profiles to run locally
		Add mysql
		Add GemfireXD
		Check with tcServer
		Check with Spring Insight
		Add AppDynamics
		Add GreenPlum
		Add Pivotal HD
		Add more microservices
		Add related project with AngularJS/Bootstrap/HTML5/reactive/mobile GUI
		Add related Android Project GUI

3.  Documentation

4.  Add to GitHub

5.  Add to Continuous Build server

6.  Add PMD/CheckStyle/EclEmma/FindBugs/...

7.  Add mock tests

	

About

Redis Store REST Spring Boot example

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors