jetty실행1 Spring Boot 실행 프로세스와 Embedded Servers , CLI 실행 실행 프로세스 main() 메소드 실행 main() 메소드 내의 SpringApplication.run() 스프링 부트 앱에 대해 부트스트래핑 수행 long startTime = System.nanoTime() to calculate the time taken by Spring boot application 스프링 부트 실행을 위한 환경 준비 (dev, prod, qa, uat) Print banner (콘솔에 스프링 부트 로고 출력) IOC Container 시작 - classpath(default, Web servlet / Reactive)의 ApplicationContext context = createApplicationContext(); return context // Spring IOC con.. 2022. 9. 9. 이전 1 다음