08302021

  1. 컨트롤러에서 @RequestHeader를 이용해 헤더 값을 꺼내오는 것과 HttpServletRequest를 이용해서 가져오는 것과는 성능상 차이는 크게 없지만 @RequestHeader를 쓰는게 코드가 더 간결함
  2. Interceptor V. Argument Resolver

  1. Jwt token validate 할 때
    1. Check that the JWT is well formed, Check the signature, Check the standard claims
  2. Base entity 만들기
  3. mapstruct @AfterMapping, @BeforeMapping
  4. JPA @ElementCollection