java-spring-web
java-spring-web copied to clipboard
Add Spring web operation name handler
1.Support Spring RequestMapping
2.HandlerUtils.requestMapping,if use .path()
can not get anything when use @Requestmapping
so change to value()
Hi,
Thanks for the contribution.
Can you please explain the rationale behind these changes?
Hi,
Thanks for the contribution.
Can you please explain the rationale behind these changes?
Relate to #115 which can not run travis CI.
Just recreate it.
I see thanks.
Could you please add a test as was requested in the original PR?
I see thanks.
Could you please add a test as was requested in the original PR?
I think will add it in this few day
@zouyx not sure I understand this PR correctly. Is this about changing the operation name to be something more meaningful than GET
?
@zouyx not sure I understand this PR correctly. Is this about changing the operation name to be something more meaningful than
GET
?
yes, you are right. because it can not get anything when use @Requestmapping
Fixes #143