李振良 Python Web運(yùn)維中級開發(fā)實(shí)戰(zhàn)第四期
? ?exceptionReporters = getSpringFactoriesInstances(
? ? ? ? ? ? ? ? ? ?SpringBootExceptionReporter.class,
? ? ? ? ? ? ? ? ? ?new Class[] { ConfigurableApplicationContext.class }, context);
? ? ? ? ? ?//第五步:準(zhǔn)備容器
? ? ? ? ? ?prepareContext(context, environment, listeners, applicationArguments,
? ? ? ? ? ? ? ? ? ?printedBanner);
? ? ? ? ? ?//第六步:刷新容器
標(biāo)簽: