Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- mailutils
- Notepad
- firefox 파이어폭스
- PyLucene
- Notepadplus
- 정규표현식
- OpenSCAD
- Regex
- VM 호스트 주소
- linux ssh root debian
- 윈도우
- 소스 <script> 로딩 실패
- cifsutils
- 노트패드뿔뿔
- startfile
- Windows
- SFTP
- springboot #spring #jackson
- react #router
- PDFCreator
- 가상머신호스트
- React #React-Table
- Basic Auth
- 보안연결실패
- debian
- Printer Driver
- 임펠러
- FTP
- Notepad++
Archives
- Today
- Total
목록springboot #spring #jackson (1)
JJC's 테크니컬 다이어리
csv 파일을 읽고 json으로 반환하는 코드조각
pom.xml com.fasterxml.jackson.dataformat jackson-dataformat-csv Rest Controller /************************************* * csv 파일을 일고 json으로 반환하여 던지는 서비스 * @param projno * @param path * @param filename * @return * @throws IOException */ @RequestMapping("/fileasjson/{projno}/{path}/{filename}") public List readdat(@PathVariable("projno") String projno,@PathVariable("path") String path,@PathVariable..
Spring
2019. 6. 27. 18:01