Skip to content

Added /greet endpoint to EmployeeController #113

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

Anushree-001
Copy link

@Anushree-001 Anushree-001 commented Jun 19, 2025

Pull Request Template

Description

This PR adds a new /greet GET endpoint in the EmployeeController class inside the employee-manager project.

It returns a simple greeting message:
"Hello from Keploy Java Sample!"

This is a new non-breaking feature added for learning and open-source contribution as part of the internship task.

Type of change

New feature (non-breaking change which adds functionality)

Please delete options that are not relevant.

How Has This Been Tested?

The /greet endpoint was tested locally using Postman and the browser to confirm it returns the expected message:
"Hello from Keploy Java Sample!"

The server started without errors and no existing functionality was affected.

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

This was added as part of the Keploy Open Source Contribution Task.

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
  • My changes generate no new warnings
  • I have checked my code and corrected any misspellings

Copy link

@pratik-mahalle pratik-mahalle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @Anushree-001, Thank you for raising the pr. The changes look good before that please make sure to sign the DCO

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