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

[SCB-1673] parse the remaining information of RequestMapping #72

Merged
merged 3 commits into from
Dec 30, 2019

Conversation

kakulisen
Copy link
Contributor

Some information on the RequestMapping annotation was not processed

@@ -55,13 +57,15 @@

@Test
public void getHttpMethod() throws NoSuchMethodException {
Copy link
Member

Choose a reason for hiding this comment

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

This test is too big. Write individual method for each @RequestMapping property and a test for properties inheritance, eg, Class level @RequestMapping + Method level RequestMapping, will be clearer

@kakulisen
Copy link
Contributor Author

I have optimized and submitted the code based on the review suggestions.
Please help to check it again @chanjarster

Signed-off-by: kakulisen <18813972746@163.com>
Signed-off-by: kakulisen <18813972746@163.com>
Signed-off-by: kakulisen <18813972746@163.com>
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