BFergerson opened a new pull request #5085: URL: https://github.com/apache/skywalking/pull/5085
Please answer these questions before submitting pull request - Why submit this pull request? - [ ] Bug fix - [ ] New feature provided - [X] Improve performance - Related issues relates to pr: https://github.com/apache/skywalking/pull/5084 ___ ### New feature or improvement Using the `@RequestMapping` will result in an endpoint being saved like `{GET}/users` instead of `/users`. However, using the `@GetMapping` will result in `/users`. This PR will also result in the REST mapping annotations to work like the `@RequestMapping` annotation. Also, spelling fix. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
