| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- two pointers
- spring boot
- BCIT
- Spring MVC
- 데이터베이스
- 웹 보안
- 웹개발기초
- 서버 모니터링
- sql
- Java
- job
- DevOps
- Grafana
- 자바
- 모니터링
- 웹개발
- SpringFramework
- CSS
- 웹개발자
- servlet
- MVC패턴
- Bambino
- jsp
- coding test
- 시큐어코딩
- html
- react
- Doit알고리즘코딩테스트
- MSA
- vite
- Today
- Total
목록Study/Java Spring Framework (2)
초보 개발자의 기록
1.0 : 2004/ 3 2.0 : 2006/ 10 2.5 : 2007/ 11 3.0 : 2009/ 12 3.1 : 2011/ 12 4.0 : 2013/ 12 5.0 : 2017/ 9 The Spring Framework is an open source framework that has multiple version released. 1.0 functionalities Spring Core : Ligtweight container with various settled and constructed injection. Spring AOP : An aspect oriented programming interception framework integrated with the core container. Spri..
Java is an Object-Oriented programming language. Object Oriented Programming? OOP is a programming paradigm based on the concept of "Objects", which can contain data and code OOP languages are diverse, but the most popular ones are class-based. meaaing that objects are instances of classes, which also determine thier types. A programming methodology based on representing a program as a collectio..