[Java] 순서를 유지하는 LinkedHashMap
HashMap, Hashtable, LinkedHashMap, TreeMap 비교
Posted by
Wonyong Jang
on October 16, 2020 ·
10 mins read
[Java] TreeMap 사용
자바의 자료구조(TreeMap)
Posted by
Wonyong Jang
on October 07, 2020 ·
4 mins read
[JPA] 성능 최적화하기 (읽기 전용으로 변경, OSIV)
hibernate.readOnly / @Transactional(readOnly=true) / save() 메서드 최적화
Posted by
Wonyong Jang
on September 26, 2020 ·
12 mins read
[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