2021-03-22-TIL
2021-03-22-TIL javax.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/error] again. Check your ViewResolver setup! (Hint: This may be the resu...
2021-03-22-TIL javax.servlet.ServletException: Circular view path [error]: would dispatch back to the current handler URL [/error] again. Check your ViewResolver setup! (Hint: This may be the resu...
2021-03-19-TIL Custrom Exception을 만들고 @ControllerAdvice 사용하기 https://spring.io/blog/2013/11/01/exception-handling-in-spring-mvc [CODE REVIEW] [August] 배포 서버 기능 비밀번호 변경 안 하는...
2021-03-18-TIL 공부 링크 https://github.com/next-step/ https://steady-coding.tistory.com/ 원하지 않는 커밋, 파일을 완전히 제거하는 방법 https://docs.github.com/en/github/authenticating-to-github/removing-sen...
2021-03-17-TIL 2021-03-17 10:40:23.822 ERROR 3172 --- [nio-8080-exec-2] c.codesquad.qna.service.QuestionService : Question : Question{id=0, writer='', title='Hi, Dong!', contents='sdffdfd', creat...
2021-03-16-TIL 별다른 설정이 없으면 if 문으로 가져올 때 모델을 가져온다. handlebars.expose-session-attributes=true 설정을 추가해야한다.
2021-03-15-TIL https://jojoldu.tistory.com/398?category=689637 포지션 업무 내용 Social Media Platform Server ** 일본, 대만, 태국 등에서 활발히 사용되는 SNS 플랫폼을 개발/운영하는 ...
2021-03-13-TIL 비트 연산자는 임베디드 프로그래밍 할 때만 사용 삼항연산자는 if-else와 차이가 없다. instanceof를 사용하는 실제 케이스가 궁금하다. - 새리 - <<< 연산자를 사용하는 경우가 있는가? switch 문이 아니라 연산자임에 주의!!! 클래스를 메시지로 컨버팅한다. 직렬화는 클래스자체를 ...
2021-03-12-TIL [PR] 미션 2: 데이터베이스 활용 안녕하세요, 코드스쿼드 백엔드 반의 August입니다. 항상 상세하고 좋은 리뷰 너무 감사합니다! 이번 과제는 주어진 요구사항인 H2 DB 설정 및 적용, 회원가입 및 회원목록 기능 구현, 개인정보 수정 기능(미션1에서 진행한 것을 약간 수정) 했습니다. 서버 주소 : htt...
2021-03-11-TIL Service in JPA https://stackoverflow.com/questions/45329484/spring-data-jpa-repo-why-need-interface-service-and-service-implementation https://stackabuse.com/guide-to-spring-data-...
2021-03-10-TIL [CODE REVIEW] 수요일 - Jane, bat 금요일 - August, 새리 Mission 1 by Bat HiddenHttp가 어떤 역할을 하죠? field에 @Autowired는 지양하는게 좋은 것 같습니다. Field injection is not recommended ...