Skip to content

[#909] Refactor @RequestMapping to Specific @GetMapping and @PostMapping Annotations #910

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

ThatSilentCoder
Copy link
Collaborator

@ThatSilentCoder ThatSilentCoder commented Mar 21, 2025

Description

The goal of this issue is to change the existing controller methods that currently use the generic RequestMapping annotation to use the more specific GetMapping and PostMapping annotations.

Issues this PR addresses:

Closes #909

@ThatSilentCoder ThatSilentCoder marked this pull request as ready for review March 21, 2025 15:32
@chubtub chubtub self-requested a review April 10, 2025 19:01
Copy link
Contributor

@chubtub chubtub left a comment

Choose a reason for hiding this comment

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

Changes look good.

@ThatSilentCoder ThatSilentCoder merged commit 11a4d6e into main Apr 10, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Refactor @RequestMapping to Specific @GetMapping and @PostMapping Annotations
2 participants