How to use List (java.util.List) in findAll() of Repository?

后端 未结 0 1321
Happy的楠姐
Happy的楠姐 2021-01-26 17:53

I am currently making a CRUD application and findAll() is only accepting Iterable as output.

Can I use List imported from java.util.List instead of Iterable?

Curre

相关标签:
回答
  • 消灭零回复
提交回复
热议问题