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

[fix #66] springfox WARN #61

Open
xie4991 opened this issue May 22, 2019 · 4 comments
Open

[fix #66] springfox WARN #61

xie4991 opened this issue May 22, 2019 · 4 comments
Labels

Comments

@xie4991
Copy link

xie4991 commented May 22, 2019

springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader.apply - Trying to infer dataType java.util.List<demo.model.BranchBank>

@rxxy
Copy link

rxxy commented Aug 5, 2020

+1

@dilipkrish
Copy link
Member

I dont follow the problem, could you explain in a bit more detail what is happening?

@dilipkrish dilipkrish added the bug label Aug 16, 2020
@rxxy
Copy link

rxxy commented Aug 16, 2020

I know.

for this function define

uploadImages(List<MultipartFile> files)

will print

WARN [main]  at springfox.documentation.spring.web.readers.parameter.ParameterDataTypeReader.apply(ParameterDataTypeReader.java:92) - Trying to infer dataType java.util.List<org.springframework.web.multipart.MultipartFile>

for this function define

uploadImages(@RequestParam List<MultipartFile> files)

will print nothing

@dilipkrish
Copy link
Member

Thank you! I'll take a look

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants