Skip to content

View Technologies Exportar a CSV

Latest
Compare
Choose a tag to compare
@IsaiasMorochi IsaiasMorochi released this 15 Sep 19:44
· 4 commits to master since this release

View Technologies Exportar a CSV

aplication.properties

spring.mvc.contentnegotiation.favor-parameter=true
spring.mvc.contentnegotiation.media-types.csv=text/csv

Documentacion

Documentacion referente a super CSV core

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>