findAll

来源:2-4 第一个 Spring Boot 应用(三)

慕粉3323657

2018-01-11 17:48

findAll好像没有看到在哪里写的,可以发一下吗?

写回答 关注

2回答

  • 小马哥
    2018-01-12 02:02:30
    已采纳

    在 UserRepository


    public interface UserRepository {

        Collection<User> findAll();

    }



    慕粉3323...

    非常感谢!

    2018-01-12 09:53:13

    共 1 条回复 >

  • 慕移动9181930
    2022-03-23 23:12:53

    我也发现。比如少些分号。。。

Spring Boot 2.0深度实践-初遇Spring Boot

Spring Boot 2.x/Web Flux/多模块化项目实践

75471 学习 · 212 问题

查看课程

相似问题