Skip to content

feat: Add Spring Boot + Keploy integration sample #103

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Arpreet2107
Copy link

Description

  • Added a complete Spring Boot CRUD API with User model
  • Included detailed README with setup and Keploy integration instructions
  • Follows Maven/Spring Boot conventions for easy adoption

Type of change

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested?

  1. Manual testing:
    • Verified all endpoints (POST/GET /api/users) using Postman
    • Confirmed health check endpoint works
  2. Keploy testing:
    • Recorded test cases using keploy record
    • Validated automated test execution

Test Configuration:

  • Java 17
  • Spring Boot 3.1.0
  • Windows 11

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
  • I have checked my code and corrected any misspellings

@pratik-mahalle
Copy link

Hey @Arpreet2107, Thank you for raising the pr! Our team will soon review the changes. Before that please make sure to sign the DCO before commiting the changes

@Arpreet2107
Copy link
Author

Arpreet2107 commented Jun 23, 2025 via email

@pratik-mahalle
Copy link

You can read about Developer Certificate Of Origin(DCO) here:
https://cert-manager.io/docs/contributing/sign-off/

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.

2 participants