131132133134135136137138
/** * 注入 * @throws Exception */ public void inject() throws Exception { Injector injector = createInjector(); injector.inject(seeds, true); }