In findAll repository method, what method is the best? Flux, Mono

后端 未结 0 1716
遇见更好的自我
遇见更好的自我 2020-11-30 02:25

What method you prefer for findAll method repository?

Method 1:

@Repository 
public class MyRepository{
   public List findAll(){...}
}         


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