Flavio Costa

Results 21 comments of Flavio Costa

@zeidoo, thanks for the guidance! After some struggle, I managed to create and serve links with the following code: ``` Flux things = repository.findAll(); Flux thingModelFlux = things.flatMapSequential(thing -> {...