Skip to content

Instantly share code, notes, and snippets.

View kchvilyov's full-sized avatar

Konstantin kchvilyov

  • 18:33 (UTC +03:00)
View GitHub Profile
package com.reactive.examples.controller;
import com.reactive.examples.dto.UserDepartmentDTO;
import com.reactive.examples.model.User;
import com.reactive.examples.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.*;
import reactor.core.publisher.Flux;