Spring (2) 썸네일형 리스트형 스프링부트 로그파일 생성 @SpringBootApplication public class PetClinicApplication { private static final Logger logger = LoggerFactory.getLogger(PetClinicApplication.class); public static void main(String[] args) { logger.info("log 확인!"); SpringApplication.run(PetClinicApplication.class, args); } } ① 로그파일 생성 ① - ⒜ 프로젝트 main > resources > application.properties 아래에 spring.profiles.active=local logging.config=classpath:lo.. 예제로 배우는 스프링 입문 (개정판)_백기선 강의 수업 정리 ① 인텔리제이 설치 https://www.jetbrains.com/ko-kr/idea/download/other.html → IntelliJ IDEA Ultimate 2020.1.4 - Windows x64 (exe) 으로 설치 진행 ② 깃(git)설치 https://git-scm.com/download/win Git - Downloading Package Download for Windows Click here to download the latest (2.38.1) 32-bit version of Git for Windows. This is the most recent maintained build. It was released 25 days ago, on 2022-10-18. Oth.. 이전 1 다음