https://github.com/ro-el-c/spring_spring-core
김영한 - 스프링 핵심 원리 (기본편) 실습
https://github.com/ro-el-c/spring_spring-core
java spring
Last synced: about 2 months ago
JSON representation
김영한 - 스프링 핵심 원리 (기본편) 실습
- Host: GitHub
- URL: https://github.com/ro-el-c/spring_spring-core
- Owner: ro-el-c
- Created: 2023-01-14T15:39:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-26T16:34:10.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T07:43:40.885Z (about 1 year ago)
- Topics: java, spring
- Language: Java
- Homepage:
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring spring-core
### [[인프런] 김영한 - 스프링 핵심 원리 (기본편)](https://www.inflearn.com/course/%EC%8A%A4%ED%94%84%EB%A7%81-%ED%95%B5%EC%8B%AC-%EC%9B%90%EB%A6%AC-%EA%B8%B0%EB%B3%B8%ED%8E%B8) 실습
| 번호 | 목차 | Commit Message |
|----|----------------------------------------------------------------------------------------------|---------------------------------|
| 1 | [객체 지향 설계와 스프링](https://ro-el.notion.site/76e067cb476342cf9f5b58cc55214c12) | Object Oriented Design & Spring |
| 2 | [스프링 핵심 원리 이해 1 - 예제 만들기](https://ro-el.notion.site/1-3ec42db641f34b8a9971550490a1dc5f) | Spring Core 1 - Develop the Ex. |
| 3 | [스프링 핵심 원리 이해 2 - 객체 지향 원리 적용](https://ro-el.notion.site/2-87c79518475d489e885ed8d2b18954d1) | Spring Core 1 - Apply OOP |
| 4 | [스프링 컨테이너와 스프링 빈](https://ro-el.notion.site/e90b9e794c2d4d0ebcc7645c4f757e15) | Spring Container & Spring Bean |
| 5 | [싱글톤 컨테이너](https://ro-el.notion.site/8fb4055a35144d6fa9cd39ce658ec52b) | Singleton Container |
| 6 | [컴포넌트 스캔](https://ro-el.notion.site/c6e69108915e46f081249c7e8271da74?pvs=4) | Component Scan |
| 7 | [의존관계 자동 주입](https://ro-el.notion.site/f15de62ba8e64665988e5bdb9ab1a17e?pvs=4) | Automatic Dependency Injection |
| 8 | [빈 생명주기 콜백](https://ro-el.notion.site/364983b2979147409881acb3ece85d12?pvs=4) | Bean LifeCycle Callback |
| 9 | [빈 스코프](https://ro-el.notion.site/f93b01dfd0934bd496c504aab5df7328?pvs=4) | Bean Scope |