ProblemDetail
-
Bootiful Spring Boot 3 by Josh Long - demo 해보기Spring/Framework 2023. 6. 24. 14:46
목적 Josh Long 한국 방문 세미나 참석위해, 그의 Youtube video 미리 학습합니다 아래 video 를 보며, 8가지를 학습해 볼 수 있습니다. Bootiful Spring Boot 3 demo application 을 실행해 봅니다 postgres:latest @ServiceConnection annotation 이용하여 bean 으로 container를 띄워봅니다 ProblemDetail 을 이용한 Error Handling 을 해봅니다 Observation 을 이용하여 custom metric 을 기록해 봅니다 buildBootImage 를 이용하여, source -> image 로 만들어 봅니다 declarative Http interface 를 사용해 봅니다 RouteLocator..