是的,彼此堆叠了两个上下文(父上下文和子上下文)。
DispatcherServlet(
servlet-context.xml)中的bean可以从ContextLoaderListener(
configuration-context.xml)中访问bean ,但反之则不能。
因此,请将基本内容放入
configuration-context.xml与Web相关的内容中
servlet-context.xml。

是的,彼此堆叠了两个上下文(父上下文和子上下文)。
DispatcherServlet(
servlet-context.xml)中的bean可以从ContextLoaderListener(
configuration-context.xml)中访问bean ,但反之则不能。
因此,请将基本内容放入
configuration-context.xml与Web相关的内容中
servlet-context.xml。