Spring Core 정리

jiho·2021년 5월 28일
0

Spring

목록 보기
1/13

제대로 프로젝트를 하기 전에 이전에 Spring Core를 한번 더 정리해보겠습니다.

추후에 Spring Boot를 사용해서 대부분 프로젝트를 진행할텐데 주먹구구식으로 활용법만 알면서 진행해왔던 방식에 비해 어떤 점들이 달라지는지에 관해서도 글을 남기겠습니다.

Reference

위 백기선님의 강의 스프링 프레임워크 핵심 기술
https://www.inflearn.com/course/spring-framework_core/dashboard

와 아래 공식 문서를 참고 하면서 진행해보겠습니다.

Spring Framework 핵심에 대한 공식 문서
https://docs.spring.io/spring-framework/docs/current/reference/html/core.html#spring-core

위 참조 문서는 스프링 프레임워크의 핵심적이 기술을 다루고 있습니다.

  • IoC Container
  • Resource
  • Validation, Data Binding and Type Conversions
  • Spring Expression Language(SpEL)
  • Aspect Oritented Programming with Spring
  • Spring AOP APIs
  • Null-safety
  • Data Buffers and Codecs
  • Logging

이번 기회에 제대로 정리해보겠습니다.

profile
Scratch, Under the hood, Initial version analysis

0개의 댓글