UI入門最熱軟件-Figma
//第三步:創(chuàng)建容器
? ? ? ?context = createApplicationContext();
? ? ? ?//第四步:實(shí)例化SpringBootExceptionReporter.class,用來支持報(bào)告關(guān)于啟動(dòng)的錯(cuò)誤
? ? ? ?exceptionReporters = getSpringFactoriesInstances(
? ? ? ? ? ? ? ?SpringBootExceptionReporter.class,
? ? ? ? ? ? ? ?new Class[] { ConfigurableApplicationContext.class }, context);
? ? ? ?//第五步:準(zhǔn)備容器
標(biāo)簽: