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

Multi-path resolution error. #466

Closed
huajia2005 opened this issue Mar 29, 2023 · 0 comments
Closed

Multi-path resolution error. #466

huajia2005 opened this issue Mar 29, 2023 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@huajia2005
Copy link

huajia2005 commented Mar 29, 2023

Your Environment(您的使用环境)

  • smart-doc version:2.6.7
  • plugin version (e.g. smart-doc-maven-plugin or smart-doc-gradle-plugin):2.6.7
  • build tool version(maven or gradle):maven 3.8.1

I am using multiple path parameters in the @GetMapping annotation within Spring Boot 3.0.3.
image

Expected Behavior(您期望的结果)

The documentation displays correctly.

Current Behavior(当前结果)

image

image

Steps to Reproduce (Bug产生步骤,请尽量提供用例代码)

/**
 * Multi-path testing.
 *
 * @param uuid uuid
 */
@GetMapping({"/a", "/b"})
public void test(@RequestParam String uuid)  {
}
@huajia2005 huajia2005 added the bug Something isn't working label Mar 29, 2023
@shalousun shalousun added this to the 2.6.8 milestone Mar 29, 2023
@shalousun shalousun changed the title 多路径解析错误 Multi-path resolution error. Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants