findAll好像没有看到在哪里写的,可以发一下吗?
在 UserRepository
public interface UserRepository {
Collection<User> findAll();
}
我也发现。比如少些分号。。。对的,还是测试版