Archive: 2019/2

0

JPA cascade

JPA는 부모에서 자식에게 영속성을 전이하는 기능을 제공한다.JPA를 잘 모를 때에는 이 말이 무슨 말인지 하나도 이해가 안갔다.초보자의 입장에서 그냥 간단히 말하자면 부모가 변경 될 때 해당 부모의 자식의 상태도 변경되게 하는 것이다. 예를 들자면게시물에 댓글들이 달려있다. 만약 게시물을 삭제하면 댓글들도 같이 삭제되도록 하고 싶은 것이다. 이를 위해 @

0

2019년 2월 둘째주 회고

기록 2.4 설-날 준비 2.5 환율 계산기 웹앱 구현 (Spring Boot 2) Udemy Spring 5 강의 2.6 Udemy Spring 5 강의 2.7 Udemy Spring 5 강의 2.8 트레바리 발제 모임 Thymeleaf에서 SpEL 사용 관련 질문 답변 스프링 메일 Exception 해결 및 관련 내용 포스팅

0

Spring Mail AuthenticationFailedException 해결하기

개인용 웹앱을 만드는데 메일 기능이 필요하여 spring-boot-starter-mail dependency를 추가하고 properties에 메일 관련 설정을 지정했는데도 자꾸 다음과 같은 AuthenticationFailedException이 log가 떴다. 1234567891011121314151617Exception in thread "mai

0

20190206

It’s last day of long holiday.In retrospect, I just spent time during all holidays I mean not only lunar new year or thanks giving day, but also legal holidays.But now I’m into this IT field and it ma

0

2019년 1월 다섯째주, 2월 첫째주 회고

기록 1.28 서버에서 파일 다운로드 로직에서 exception 핸들링 후의 처리 추가 (HttpServletResponse.sendError()) 1.29 // do nothing 1.30 Jenkins udemy tutorial 강좌 1.31 Jenkins udemy tutorial 강좌 다 들음 2.1 Spring validation 관

0

sentences in febuary 2019

20190202 today’s sentencescan You can’t touch my baby without washing your hands. My girlfriend can visit my place without calling me. You guys can use my lotion without asking me. We can’t cheat on o

0

Spring validation과 custom validation

아무리 프론트에서 입력값에 대한 유효성 체크를 한다고 하지만 클라이언트에서 보내는 값은 프론트에서의 유효성 검사에 상관없이 아무 값이나 보내는 것이 가능하기 때문에 결국 서버에서도 유효성 체크가 필요하다.이때 Spring util이나 Apache commons에서 제공하는 StringUtils와 같은 Util 클래스를 통해 controller에서 클라이언트

0

20190201

It’s already second month of this year.Time so flies. I think new year is like yesterday but it’s already first of febuary.I set my new year’s resolutions before 2019 but I’m not sure I’m doing it rig