https://github.com/ym1085/spring-roadmap-samplecode
사내 자바 스터디 샘플 코드
https://github.com/ym1085/spring-roadmap-samplecode
oop sample source
Last synced: 3 months ago
JSON representation
사내 자바 스터디 샘플 코드
- Host: GitHub
- URL: https://github.com/ym1085/spring-roadmap-samplecode
- Owner: ym1085
- Created: 2022-03-19T06:06:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T14:45:09.000Z (about 3 years ago)
- Last Synced: 2025-01-22T18:12:03.507Z (4 months ago)
- Topics: oop, sample, source
- Language: Java
- Homepage:
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 🍃 Spring-roadmap-samplecode
- [책 링크](http://www.yes24.com/Product/Goods/22483294)
## 💪 Learning
- 자바의 메모리 구조를 이해한다.
- OOP의 4대 특성과 5대 원칙을 이해한다.
- 디자인 패턴을 이해한다.
- 스프링 DI, AOP, IOC의 메커니즘을 이해한다## ⚠ 목적
- 스터디에서 사용이 되는 예제 코드 저장.