[Kotlin] companion object of enum class is uninitialized here
enum 클래스에서 companion object 사용에 주의하기
enum 클래스에서 companion object 사용에 주의하기
오래 걸리는 작업으로 세션이 끊기는 현상 대응하기
@Transactional로 비즈니스 로직을 원자적으로 간편하게 처리하기
MDC로 의미있는 로그를 남기자
정합성이 깨지지 않는 테스트용 JpaRepository 구현하기
테스트용 JpaRepository 만들기
with OCP, without @SpringBootTest
JPAUpdateClause로 동적 쿼리 만들기
새 엔티티가 아니라면 update 쿼리가 나간다