Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Spring Boot Redis Sample Application #79

Closed
wants to merge 2 commits into from

Conversation

slashexx
Copy link

@slashexx slashexx commented Oct 10, 2024

Pull Request Template

Description

Related to keploy/keploy#2333

This pull request introduces a Spring Boot application that demonstrates the use of Redis for storing and managing product data. It includes a RESTful API for creating, reading, and deleting products. This implementation addresses the need for a simple example of integrating Redis with Spring Boot.

Fixes # (if applicable)

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

The application has been tested locally using curl to verify the following endpoints:

  • Create Product: POST /products
  • Get Product by ID: GET /products/{id}
  • Get All Products: GET /products
  • Delete Product: DELETE /products/{id}

Please ensure that Redis is running locally on the default port (6379) before testing.

Additional Context (Please include any Screenshots/gifs if relevant)

N/A

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules
  • I have checked my code and corrected any misspellings
  • I have tagged the reviewers in a comment below in case my pull request is ready for a review
  • I have signed the commit message to agree to Developer Certificate of Origin (DCO) by adding "--signoff" to my git commit command.

Signed-off-by: slashexx <dhruvpuri.35@gmail.com>
@slashexx slashexx force-pushed the slashexx/spring-boot-redis branch from 2b47579 to d5cc0e5 Compare October 10, 2024 13:49
@Sonichigo Sonichigo requested a review from Sarthak160 October 14, 2024 07:59
@slashexx
Copy link
Author

Umm, can any reviewers review this and lemme know what changes are to be made ?

@slashexx slashexx closed this Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant