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

(docs): Replace @RequestMapping with newer @GetMapping (etc.) #957

Merged

Conversation

AlexElin
Copy link
Contributor

See the subject

Copy link
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

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

Hello @AlexElin, thanks for submitting the PR. Have added a comment. Please address it.

@@ -39,16 +39,16 @@ public class Application {
----
@FeignClient("stores")
public interface StoreClient {
@RequestMapping(method = RequestMethod.GET, value = "/stores")
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please leave this one as @RequestMapping - like this we showcase various possible options.

Copy link
Contributor Author

@AlexElin AlexElin Jan 23, 2024

Choose a reason for hiding this comment

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

done

@AlexElin AlexElin force-pushed the docs_replace_request_mapping branch from 43596ee to 8e341cc Compare January 23, 2024 21:19
Copy link
Collaborator

@OlgaMaciaszek OlgaMaciaszek left a comment

Choose a reason for hiding this comment

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

Thanks @AlexElin. LGTM.

@OlgaMaciaszek OlgaMaciaszek merged commit 7988f65 into spring-cloud:main Jan 24, 2024
1 check passed
@AlexElin AlexElin deleted the docs_replace_request_mapping branch January 24, 2024 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants