【发布时间】:2023-03-29 19:25:01
【问题描述】:
我们在 apache tomcat 7 容器中运行一个 servlet。该应用程序使用 apache camel 和 spring。当应用程序启动时,我们会在启动过程中记录此警告:
Cannot find the class loader from application context, using the thread context class loader instead
我如何告诉 spring/camel 使用哪个类加载器来消除此警告?
【问题讨论】:
标签: java spring tomcat apache-camel