팀원들의 코드를 리뷰하며 배운 것 혹은 생각해보게 된 것들을 정리해보자 1회차 - > 클래스를 만들어 PostConstruct 으로 상세한 로깅찍기package com.codezerotoone.mvp.config;import org.slf4j.Logger;import org.slf4j.LoggerFactory;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.beans.factory.annotation.Value;import org.springframework.boot.info.BuildProperties;import org.springframework.context.ApplicationCont..