B端-全鏈路設計真項目實戰(zhàn)
? if (this.logStartupInfo) {
? ? ? ? ? ?new StartupInfoLogger(this.mainApplicationClass)
? ? ? ? ? ? ? ? ? ?.logStarted(getApplicationLog(), stopWatch);
? ? ? ?}
? ? ? ?listeners.started(context);
? ? ? ?callRunners(context, applicationArguments);
? ?}
? ?catch (Throwable ex) {
? ? ? ?handleRunFailure(context, ex, exceptionReporters, listeners);
? ? ? ?throw new IllegalStateException(ex);
? ?}
標簽: