📅  最后修改于: 2022-03-11 14:52:11.959000             🧑  作者: Mango
//Fix Start
Thread l_thread = Thread.currentThread();
l_thread.setContextClassLoader(this.getClass().getClassLoader());
//Fix End
initialContext = new InitialContext();