- Added hateoas backlinks for create todo
- Added Patch for partial update
- Added delete by id
- Added CHANGELOG.md
- Added Create Todo
- Added CORS Support.
-
References:
- Developed controller to get all todos through TDD
- Added basic tests for getAllTodos
- 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
- Created Todo Model and Configured that to be stored as entity in Redis using @RedisHash