View Technologies Exportar a CSV
aplication.properties
spring.mvc.contentnegotiation.favor-parameter=true
spring.mvc.contentnegotiation.media-types.csv=text/csv
Documentacion
dependencia
<!-- https://mvnrepository.com/artifact/net.sf.supercsv/super-csv -->
<dependency>
<groupId>net.sf.supercsv</groupId>
<artifactId>super-csv</artifactId>
<version>2.4.0</version>
</dependency>