It's only an example of Spring-Webflux usage
- CSV Loading file with OpenCSV
- Auto-mapping of loaded CSV data to model entities with MapStruct
- SQL H2 'in-memory' database update and sql queries of loaded CSV data through reactive way using R2DBC
- Reactive REST Service with Spring Webflux
- Auto-generation of entity getters/setters/constructor... with Lombok
- Some unit tests and integration tests with Junit5, Assertj, Mockito, reactor-test and spring-test