Tech
Tech 관련 글을 모아놓은 공간
2023
- LeetCode 133번: Clone Graph(JAVA)
- LeetCode 212번: Word Search II(JAVA)
- LeetCode 230번: Kth Smallest Element in a BST(JAVA)
- LeetCode 162번: Find Peak Element(JAVA)
- LeetCode 383번: Ransom Note(JAVA)
- LeetCode 209번: Minimum Size Subarray Sum(JAVA)
- LeetCode 88번: Merge Sorted Array(JAVA)
- [Spring] Springboot 3 with Java 11
- [JPA] 쿼리메서드로 VO 객체 조회?
- DB migration
2022
- Spring Batch
- [Mapstruct] Can't map property
- hashCode & equals?
- [Springboot] unknown collection expression type
- [Kafka] zookeeper is not a recognized option
- [SpringBoot] DTO + MultipartFile 같이 사용시 오류
- [Gradle Build] Intellij 안의 Gradle Build 오류
- [Spring Security] Test시 403 Error
- [JPA] detached entity passed to persist 오류
- [SpringBoot] AntPathMatcher Query String 매칭 문제 (+번외:가변인자)
- Git Merge (fast-forward, 3-way, squash, rebase)
- 백준 1715번: 카드 정렬하기(JAVA)
- HTTPS란?
- Greedy 알고리즘
- [Spring] Objectmapper로 LocalDateTime Serialize시 오류
- 백준 1644번: 소수의 연속합 (JAVA)
- [JWT] Authentication 예외처리 중 405 Error 발생
- [JWT] CORS 해결 후 프론트단 토큰 저장 오류
- Spring AOP
- [JWT] The token was expected to have 3 parts, but got 1.
- 백준 1916번: 최소비용 구하기 (JAVA)
- Spring Framework의 특징
- Google.com을 검색한다면?
- 백준 16236번: 아기상어 (PYTHON)
- Spring Security & JWT
- 프로그래머스 42586번: 기능개발 (JAVA)
- 백준 17478번: 재귀함수가 뭔가요? (JAVA)
- Spring MVC vs REST API
- IntelliJ Debugging