2023-05-22-TIL
2023-05-22-TIL Today I Learned @Transactional REQUIRES_NEW https://woodcock.tistory.com/40 GraphQL Pros & Cons Pros of GraphQL for Frontend: Efficient Data Fetching: With Grap...
2023-05-22-TIL Today I Learned @Transactional REQUIRES_NEW https://woodcock.tistory.com/40 GraphQL Pros & Cons Pros of GraphQL for Frontend: Efficient Data Fetching: With Grap...
2023-05-19-TIL Today I Learned Facilitator https://brunch.co.kr/@liink/69 https://badasos.kr/soslab/sub03_02_01.do#:~:text=%ED%8D%BC%EC%8B%A4%EB%A6%AC%ED%85%8C%EC%9D%B4%ED%84%B0%20%3A%20%ED...
2023-05-16-TIL Today I Learned findAll vs findById findById에서는 예외가 발생하지 않는데, findById에서만 바로 발생하는 이유? https://vladmihalcea.com/spring-data-findall-anti-pattern/ https://javatute.com/jpa/cru...
2023-05-15-TIL Today I Learned Architecture Testing with ArchUnit https://www.archunit.org/userguide/html/000_Index.html https://d2.naver.com/helloworld/9222129 https://www.baeldung.com/j...
2023-05-12-TIL Today I Learned Task Scheduling with Spring Boot https://riteshshergill.medium.com/dynamic-task-scheduling-with-spring-boot-6197e66fec42 https://stackoverflow.com/questions/4...
2023-05-11-TIL Today I Learned Java Record Issues https://medium.com/javarevisited/how-to-resolve-3-common-java-records-issues-39a74689be63 MapStruct Multiple Sources 여러개의 객체를 파라미터로 받을 때 일...
2023-05-08-TIL Today I Learned Domain https://medium.com/fistkim101/%EC%A0%84%EC%88%A0%EC%A0%81-%EC%84%A4%EA%B3%84-domain-event-aa6d11d5a544 AWS Certifications https://aws.amazon.com/ko...
2023-05-02-TIL Today I Learned IdentifierGenerator https://docs.jboss.org/hibernate/orm/3.5/api/org/hibernate/id/IdentifierGenerator.html https://zet-it-story.tistory.com/1 https://www.ba...
2023-04-28-TIL Today I Learned Study for The Programatic Programmer Topic 40. 리팩터링 Namas 정원가꾸기 이야기가 인상깊고, 처음 입사할 때 사수에게 들었던 이야기라 인상이 깊다. 잡초처럼 자라기 때문에 끊임없이 관리해주어야 한다. Lake 리팩터링 어떻게 할까 ...
2023-04-27-TIL Today I Learned Sealed Class in Java Java15에서 sealed 클래스의 개념을 소개하였다. Java sealed 클래스 및 인터페이스는 해당 클래스와 인터페이스로부터 extend 또는 implement 하는것을 제한한다. 다시 말해, sealed 클래스나 인터페이스는 상속되거나 실체화될...