Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Spring] 01. Spring MVC, Spring Boot, Spring AOP, JPA, 테스트 #21

Open
hseong3243 opened this issue Mar 5, 2024 · 0 comments
Open

Comments

@hseong3243
Copy link
Contributor

  • 디자인패턴
  • Servlet
    • 개념
    • tomcat
    • filter
    • servlet container
    • 동작과정
  • Spring 기본
    • Spring vs Spring MVC vs Spring Boot
      • MVC1 vs MVC2
    • dispatcher servlet
    • IoC
    • DI
    • Bean, Component
      • @Component @Service @Controller
    • Container
    • VO vs DTO vs DAO
  • Spring 심화
    • AOP
      • JDK Dynamic Proxy
      • CGLIB
      • 내부호출
    • interceptor
      • filter와 차이점
    • Spring 전체 동작과정
    • @transactional
      • 트랜잭션 전파
      • readOnly 옵션 사용 이유
  • JPA
    • JDBC, Spring JDBC
    • Sql Mapper(MyBatis), ORM
    • JPA, Hibernate
    • 영속성 컨텍스트
    • 1차 캐시
    • 즉시/지연 로딩
    • 프록시
    • 고아객체
    • 단뱡향/양방향 매핑
    • N + 1 문제
    • 내부 동작 방식
  • 테스트
    • DDD, TDD
    • Junit4 vs Junit5
    • 단위, 통합, 인수 테스트
    • stub, mock
    • SpringBoot 계층별 테스트 방법
    • 테스트 커버리지 (JACOCO)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant