[JPA] 경로 표현식과 페치 조인(fetch join)
JPQL의 경로 표현식 / N+1 성능 문제 해결 / 페치 조인 사용시 주의사항
Posted by
Wonyong Jang
on September 25, 2020 ·
14 mins read
[DB] 커서 기반, 오프셋 기반 페이지네이션
Cursor-based Pagination / Offset-based Pagination
Posted by
Wonyong Jang
on September 06, 2020 ·
8 mins read
[Spring] Spring Security + OAuth2 + JWT 를 이용한 소셜로그인 2
Spring Boot에서 Oauth2 + JWT 이용한 Google 로그인
Posted by
Wonyong Jang
on August 27, 2020 ·
6 mins read
[JPA] 프록시와 연관관계 관리
즉시로딩과 지연로딩 / 영속성 전이(CASCADE)와 고아 객체
Posted by
Wonyong Jang
on August 25, 2020 ·
12 mins read
[Spring] Spring Security + OAuth2 + JWT 를 이용한 소셜로그인 1
Spring Boot에서 Oauth2 + JWT 이용한 Google 로그인 / CORS
Posted by
Wonyong Jang
on August 20, 2020 ·
9 mins read
[Spring] Spring Security JWT Authentication
Spring boot에서 JWT를 이용한 Authentication과 Authorization
Posted by
Wonyong Jang
on August 17, 2020 ·
16 mins read
[Spring] Spring Security Database Authentication
UserDetails와 UserDetailsService 이용한 유저 인증 및 저장
Posted by
Wonyong Jang
on August 15, 2020 ·
10 mins read
[Git] SpringBoot 어플리케이션 heroku 배포
git을 이용한 어플리케이션 서버 배포
Posted by
Wonyong Jang
on August 02, 2020 ·
3 mins read
[Git] Gitignore 설정 후 적용이 안될 때
.gitignore 적용 후 github 반영
Posted by
Wonyong Jang
on July 31, 2020 ·
1 min read
[Java] throws와 throw의 차이
Exception을 발생시키는 throw와 throws
Posted by
Wonyong Jang
on July 27, 2020 ·
2 mins read