Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

49 lines (28 loc) · 1.02 KB

spring-data-redis-starter

12-JUNE-2021

Implementation

- Added hateoas backlinks for create todo
- Added Patch for partial update
- Added delete by id

09-JUNE-2021

Documentation

- Added CHANGELOG.md

Implementation

- Added Create Todo

Configuration

- Added CORS Support. 

07-JUNE-2021

Implementation

- Developed controller to get all todos through TDD
- Added basic tests for getAllTodos

06-JUNE-2021

Configuration

- Created basic spring boot project with redis dependency
- Using Jedis connector instead of lettuce
- Added docker compose with redis alpine
- Configured Redis Connectivity to use the default RedisConnectionFactory

Feature implementation

- Created Todo Model and Configured that to be stored as entity in Redis using @RedisHash