Open sohitgore opened 6 months ago
Nice bug. We have a similar issue in Python with blueprint apps. I am a bit busy till end of June, but will try to think of a way to propagate class annotations to the method level.
Nice bug. We have a similar issue in Python with blueprint apps. I am a bit busy till end of June, but will try to think of a way to propagate class annotations to the method level.
Hey @prabhu thanks for acknowledging, is there a plan to address this bug?
Describe the issue
When trying to generate openAPI spec for a java Spring application using atom and atom-tools, the endpoints in generated spec are missing the
@RequestMapping
prefix path eg.Here the generated openAPI spec has endpoint
/balance/{accountNo}
whereas the actual endpoint should be/user/balance/{accountNo}