Java 类org.springframework.data.repository.reactive.ReactiveCrudRepository 实例源码

项目:reactor-by-example    文件:DataExampleController.java   
public DataExampleController(ReactiveCrudRepository<Sir, String> repo) {
    this.reactiveRepository = repo;
}