Skip to content

parkseungchul/j200

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

145 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Boot Tips

J201. How to Use YUM Files to Smart

Links: Youtube, Source

J202. How to use logback

Links: Youtube, Source

J203. Spring Boot JUnit

Links: Youtube, Source

J204. Spring Boot + Security + JWT + keycloak

Links: Youtube, Source

J205. OAuth2 + Gateway + JWT + keycloak + Security

Links: Youtube, Source

J205-2. OAuth2 + Gateway + JWT + keycloak + Security (.feat webflux )

Links: Youtube, Source

J207. Spring WebFlux vs Spring MVC and K6 load testing(.feat Thymeleaf 적용 했다구...)

Links: Youtube, Source

J208. RabbitMQ + Spring Boot

Links: Youtube, Source

J209. Spring webflux + Thymeleaf

Links: Youtube, Source

J210. Spring webflux + MongoDB (.feat 이거 한방이면 웹 플럭스 컷!!!)

Links: Youtube, Source

J211. 인프라 전개를 위한 안내서 Dockerfile, docker-compose

Links: Youtube, Source

J212. springboot multi-port, port forwarding

Links: Youtube, Source

J213. Spring Boot Template v 1.0 (개발을 위한 최소 스펙)

Links: Youtube, Source

  • [(00:00) 강의 내용]
  • [(01:26) Domain]
  • [(09:52) Mapper]
  • [(16:59) Service]
  • [(19:51) Service]
  • [(25:55) Thymeleaf]
  • [(35:18) Layout]

J214. OS Command, File Control (spring boot)

Links: Youtube, Source

  • [(00:00)] 강의 내용
  • [(00:43)] OS Command 수행하고 결과 보기
  • [(11:12)] File Control

J215. 스프링 로그에 UUID 넣기 (spring boot)

Links: Youtube, Source

  • [(00:00)] 프로젝트 만들기
  • [(02:50)] 테스트 환경 만들기
  • [(20:06)] 기본 로그 확인
  • [(22:51)] AOP 추가
  • [(26:17)] Logger 수정
  • [(34:37)] 예외 처리 수정
  • [(37:35)] Cookie 추가
  • [(40:36)] 일괄 UUID 확인

J216. 스프링 로그 동적 변경 actuator 아님!

Links: Youtube, Source

  • [(00:00)] 강의 개요
  • [(01:13)] Spring Actuator 를 이용하여 로그 동적 변경
  • [(09:22)] Java Reflection 을 이용하여 로그 동적 변경

J217. Spring Log4j2 DB Appender

Links: Youtube, Source

  • [(00:00)] 강의 안내
  • [(01:44)] log4j2 로 전환
  • [(13:02)] DB Appender 추가
  • [(17:49)] 테스트 확인

J218. Spring Log4j2 Final (업로드 예정)

Links: Youtube, Source

  • (00:00) 강의 안내
  • (03:35) 로그 패턴 커스텀
  • (17:02) traceId 컬럼에 넣기
  • (23:06) 동적 로그 변경 전략
  • 코드 리뷰와 반성
    • Logger 를 다 수정해야만 하는가?
    • Reflection 을 통한 로그 동적 변경이 최선인가?
  • 대안 코드
    • Logger 는 수정하지 말고 logger pattern 추가
    • log4j2.xml monitorInterval 옵션을 통해 변경
    • 운영 환경에서의 jar 파일 대응 전략 포함