When extends JpaRepository, using @Parameter
over the method results in duplicate of the same parameter
#2038
Labels
bug
Something isn't working
Describe the bug
much information as possible:
When extends JpaRepository, using
@Parameter
over the method results in duplicate of the sameparameter
我怀疑是不是不能这样使用,我参考了 springdoc-openapi-demos/.../AccountRepository.java ,发现没有使用这个注解

I doubt whether it can't be used like this, I have referred to it. It was found that this annotation was not used.
To Reproduce
Steps to reproduce the behavior:
The steps are the same as #2010
application.yaml
Expected behavior
Screenshots
If applicable, add screenshots to help explain your problem.
I used

in = ParameterIn.QUERY
with reference to #1901 , but it didn't work.Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: