Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 487 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 487 Bytes

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}