Application Runner 및 Runner 인터페이스가 필요한 시기와 이유는 무엇입니까? 봄 부츠를 배우고 있어요.ApplicationRunner 또는 Runner 인터페이스의 일반적인 사용 사례는 무엇입니까? import org.junit.jupiter.api.Test; import org.springframework.boot.ApplicationArguments; import org.springframework.boot.ApplicationRunner; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class PersistencedemoApplicationTests implements Applicatio..