Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ae870aa

Browse files
committed
fix some categories
1 parent 7a40b0b commit ae870aa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_posts/2023-12-20-spring-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 스프링 컨테이너 완전 정복하기
3-
categories: [Computer science, Object Oriented Programming]
4-
tags: [Object Oriented Programming, object, OOP, spring container, 객체 지향 프로그래밍, 객체, 스프링 컨테이너]
3+
categories: [Computer engineering, Backend engineering]
4+
tags: [backend, spring, java, spring container, 백엔드, 스프링, 자바, 스프링 컨테이너]
55
---
66

77
이번 포스팅에서는 이전 DI, IoC 포스팅에서 배웠던 DI 컨테이너의 Spring 버전인 Spring container에 대해 기본적인 개념부터 깊이있는 내용까지 모두 다뤄보겠습니다. 그 전에 스프링을 사용하기 전에 순수 Java 코드로 구현한 AppConfig 코드 먼저 살펴보겠습니다.

_posts/2023-12-24-singleton-container.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: 싱글톤 컨테이너에 대한 모든 것
3-
categories: [Computer science, Object Oriented Programming]
4-
tags: [Object Oriented Programming, object, OOP, singleton container, 객체 지향 프로그래밍, 객체, 싱글톤 컨테이너]
3+
categories: [Computer engineering, Backend engineering]
4+
tags: [backend, spring, java, singleton container, 백엔드, 스프링, 자바, 싱글톤 컨테이너]
55
---
66

77
이번 포스팅에서는 앞서 배웠던 Spring container에 이어서 싱글톤 컨테이너(Singleton container)에 대해 알아보는 시간을 가지도록 하겠습니다.

0 commit comments

Comments
 (0)