Skip to content

POC of a matriculation system with Spring data redis, which provides an easy configuration and access to Redis from Spring applications.

Notifications You must be signed in to change notification settings

dawntech/redis-spring-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Redis

Author: Levindo Gabriel Taschetto Neto.

How to use it

  1. Run the redis server in a separated terminal.

  2. In a second terminal:

$ gradle clean build springBoot

Rest API's endpoints

Edit name by name

/editName/{matriculationNumber}/{name}/

Edit name by number of courses

/editName/{matriculationNumber}/{numberOfCourses}/

Save

/save/{matriculationNumber}/{name}/{numberOfCourses}

About

POC of a matriculation system with Spring data redis, which provides an easy configuration and access to Redis from Spring applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages