Created by: ilya1st
Hello, there is a problem with mustache templates for spring-boot-webflux reactive case. ResponseEntity<Mono|Flux> is wrong way for this case. Right way is to use @RestController annotation and return directly Flux or Mono objects from controllers.
Here is patchset to make generator do it right.