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 | 29 | 30 | 31 |
Tags
- Notepad
- linux ssh root debian
- 임펠러
- debian
- FTP
- startfile
- Windows
- react #router
- cifsutils
- 보안연결실패
- React #React-Table
- 노트패드뿔뿔
- Notepad++
- 가상머신호스트
- Notepadplus
- firefox 파이어폭스
- mailutils
- VM 호스트 주소
- Printer Driver
- OpenSCAD
- 소스 <script> 로딩 실패
- 윈도우
- PDFCreator
- SFTP
- Regex
- springboot #spring #jackson
- PyLucene
- 정규표현식
- Basic Auth
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