碼同學(xué)java測開2022
//第五步:準(zhǔn)備容器
? ? ? ?prepareContext(context, environment, listeners, applicationArguments,
? ? ? ? ? ? ? ?printedBanner);
? ? ? ?//第六步:刷新容器
? ? ? ?refreshContext(context);
? ? ? ?//第七步:刷新容器后的擴(kuò)展接口
? ? ? ?afterRefresh(context, applicationArguments);
? ? ? ?stopWatch.stop();
? ? ? ?if (this.logStartupInfo) {
標(biāo)簽: