본문 바로가기

기술부채

(6)
엑셀 다운로드 코드분석 https://github.com/lannstark/excel-download/blob/master/src/main/java/com/lannstark/excel/onesheet/OneSheetExcelFile.java
REST API 설계가이드 https://doorisopen.github.io/developers-library/Web/2020-06-04-web-rest-api-guide 취준생에서 가치 있는 개발자가 되기까지 💪 doorisopen.github.io
스프링 메시지 컨버터 https://jwdeveloper.tistory.com/161 (SERVLET) HTTP 메세지 컨버터 (1) HTTP 메시지 컨버터란? 요청 본문에서 메시지를 읽어 들이거나(@RequestBody), 응답 본문에 메시지를 작성할 때(@ResponseBody) 사용한다. @GetMapping("/message") public @ResponseBody String message (@Reque.. jwdeveloper.tistory.com https://github.com/mike6321/Spring/blob/master/SpringMVC/demo-boot-web/src/main/java/me/choi/demobootweb/SampleController.java
자바 스프링 예외처리 가이드 https://www.slideshare.net/dhrim/ss-2804901 예외처리가이드 java에서 예외를 처리하기 위한 가이드 요약하면 - 잡아서는 먹지 말자. - 던질 때는 메시지 충실히 - 로그는 정해진 곳에서만 www.slideshare.net Spring Guide - Exception 전략 - Yun Blog | 기술 블로그 Spring Guide - Exception 전략 - Yun Blog | 기술 블로그 cheese10yun.github.io https://natana1992.tistory.com/16 예외(2) 자신만의 예외 만들기. 예외처리 정말 공부하기 싫다. 포스팅 하기도 귀찮다. 공부하기 싫은 단원이다. 하지만 해야지. ㅠ,.ㅠ 예외(1)에서 보았던 예제들은 API를 이용해..
h2 데이터베이스 설치/생성/접속 h2 설치 생성 데이터베이스 접속 embeded로 먼저 접속후에 파일 생성되면 서버모드로 접속가능 https://devkingdom.tistory.com/148
에러 핸들링 예외처리가이드 https://www.slideshare.net/dhrim/ss-2804901