토비유튜브1 스프링 애플리케이션이 다뜨고나서 간단한 메세지를 보고싶다면 어떻게 해야될까? 유튜브 토비의 스프링 부트-1 해당 강의에서 말하는 "토비의 스프링 부트 1 - 스프링 부트 앱에 초기화 코드를 넣는 방법 3가지" 들으면서, 궁금했던 내용들을 함께 풀어가면서 해결해봅시다. ApplicationRunner 와 CommandRunner의 차이는 무엇일까? package org.springframework.boot; import org.springframework.core.Ordered; import org.springframework.core.annotation.Order; /** * Interface used to indicate that a bean should run when it is contained within * a {@link SpringApplication}. Multip.. 2021. 3. 2. 이전 1 다음