spring-lab

스프링에 관련된 것들을 대충 알아보자

Stars
2

대충 스프링 실험실 비슷한 것

  • Lock: 비관적 락과 낙관적 락에 대해 알아보자
  • @Modifying: @Modifying과 주의할 점을 알아보자
  • Soft Delete: 논리 삭제에 대해서 알아보자
  • Event: 스프링 이벤트와 트랜잭션 분리에 대해 알아보자
  • Scheduler: 스프링 스케쥴러에 대해 알아보자
  • @RequestScope: @RequestScope에 대해서 알아보자
  • findByXxxId: findByXxxId의 문제점이 무엇이었고, 요즘은 어떤지 알아보자
  • oauth: 깃허브를 통한 oauth 인증에 대해 알아보자
  • logback: logback 설정에 대해 알아보자
  • propagation: 트랜잭션 전파에 대해 알아보자
  • flyway: flyway를 알아보자
  • monitoring: 스프링 모니터링에 대해 알아보자
  • jpa-value-type: JPA 값 타입에 대해 알아보자
  • persistence-context: 영속성 컨텍스트에 대해서 알아보자
  • one-to-many-fetch-join: OneToMany에서 Fetch Join 사용 시 문제점를 대해 알아보자
  • rest-client-test: RestClientTest로 외부 API 요청 테스트를 하는 방법을 알아보자
  • relation-delete: 연관관계에서 자식들을 삭제하는 여러 방법들을 알아보자
  • pagination: 페이지네이션의 문제 상황들과 해결 방법을 알아보자