<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Spring on NineKoo9's story</title><link>https://NineKoo9.github.io/tags/spring/</link><description>Recent content in Spring on NineKoo9's story</description><generator>Hugo -- gohugo.io</generator><language>ko</language><copyright>© 2026 NineKoo9</copyright><lastBuildDate>Fri, 27 Mar 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://NineKoo9.github.io/tags/spring/index.xml" rel="self" type="application/rss+xml"/><item><title>[MySQL] 데이터베이스 학습 정리 - 세션, 인덱스, 락, MVCC</title><link>https://NineKoo9.github.io/posts/mysql-database-session-summary/</link><pubDate>Fri, 27 Mar 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/mysql-database-session-summary/</guid><description>클러스터드 인덱스, 보조 인덱스, undo/redo, REPEATABLE READ, READ COMMITTED, MyISAM 차이, wait_timeout, DB 세션과 커넥션 풀까지 한 번에 훑는 MySQL 정리 노트입니다.</description></item><item><title>왜 Spring 싱글톤 빈은 무상태여야 할까? 스레드, Entity, @Configuration까지</title><link>https://NineKoo9.github.io/posts/spring-singleton-thread-safety/</link><pubDate>Sun, 15 Mar 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/spring-singleton-thread-safety/</guid><description>Spring 싱글톤 빈의 무상태 설계, 지역 변수와 스레드 안전성, Entity와 persistence context, @Configuration의 CGLIB 동작을 한 번에 정리합니다.</description></item><item><title>Singleton, 그냥 구현하면 안 되나요?</title><link>https://NineKoo9.github.io/posts/java-singleton-patterns/</link><pubDate>Sat, 14 Feb 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/java-singleton-patterns/</guid><description>멀티스레드 환경에서 Singleton이 왜 깨질 수 있는지, 왜 Holder 패턴이 안전한지, enum과 Spring singleton을 어디까지 같은 개념으로 봐야 하는지 정리합니다.</description></item><item><title>[JPA] 영속성 컨텍스트와 캐시 — Auto Scaling 환경에서 데이터 정합성은 괜찮을까?</title><link>https://NineKoo9.github.io/posts/jpa-cache-autoscaling-consistency/</link><pubDate>Fri, 13 Feb 2026 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/jpa-cache-autoscaling-consistency/</guid><description>Auto Scaling으로 서버가 여러 대일 때 JPA 영속성 컨텍스트와 2차 캐시가 데이터 정합성을 깨뜨리는지, 각 캐시의 범위와 해결 방법을 코드 예시와 함께 정리합니다.</description></item><item><title>JDBC 기초와 트랜잭션 관리</title><link>https://NineKoo9.github.io/posts/jdbc-transaction/</link><pubDate>Sat, 12 Apr 2025 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/jdbc-transaction/</guid><description>JDBC API 개요, DataSource 설정, JdbcTemplate 사용법, @Transactional 트랜잭션 관리와 전파 속성까지 정리합니다.</description></item><item><title>[H2 Database] JSON 컬럼에 대한 Converter 에러 상황</title><link>https://NineKoo9.github.io/posts/h2-json-column-converter-error/</link><pubDate>Wed, 21 Aug 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/h2-json-column-converter-error/</guid><description>H2와 MySQL의 JSON 타입 매핑 차이(byte[] vs String)로 인한 Converter 에러 원인과 해결 방법을 정리합니다.</description></item><item><title>[Spring] 애플리케이션의 원자성과 트랜잭션의 원자성은 다르다 (Feat. @Transactional)</title><link>https://NineKoo9.github.io/posts/spring-transactional-atomicity/</link><pubDate>Thu, 01 Aug 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/spring-transactional-atomicity/</guid><description>애플리케이션 레벨의 원자성과 DB 트랜잭션의 원자성 차이를 @Transactional을 통해 분석하고, 동시성 문제 해결 방법을 다룹니다.</description></item><item><title>[JPA] @OneToOne 에 지연 로딩을 적용했지만, 왜 지연 로딩이 안되고 즉시 로딩이 되는 걸까요?</title><link>https://NineKoo9.github.io/posts/jpa-onetoone-lazy-loading-issue/</link><pubDate>Tue, 23 Jul 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/jpa-onetoone-lazy-loading-issue/</guid><description>JPA @OneToOne 관계에서 지연 로딩이 동작하지 않고 즉시 로딩되는 원인을 프록시 메커니즘을 통해 분석합니다.</description></item><item><title>[Spring] DTO와 Entity에 @Getter, @Setter, @RequiredArgsConstructor, @NoArgsConstructor 뭘 써야 할까?</title><link>https://NineKoo9.github.io/posts/lombok-annotations-dto-entity/</link><pubDate>Thu, 02 May 2024 00:00:00 +0000</pubDate><guid>https://NineKoo9.github.io/posts/lombok-annotations-dto-entity/</guid><description>DTO와 Entity의 역할 차이에 따라 Lombok 어노테이션(@Getter, @Setter, @NoArgsConstructor, @RequiredArgsConstructor)을 어떻게 선택해야 하는지 코드 예시와 함께 정리합니다.</description></item></channel></rss>