public DataExampleController(ReactiveCrudRepository<Sir, String> repo) { this.reactiveRepository = repo; }