如果我的 servlet.xml 中有这样的声明:
<import resource="classes/com/au/curtin/example.xml/>
以及该目录位置的 example.xml,其中包含 Spring bean 定义以及诸如<component:context-scan/>
和之类的内容<tx:annotation-driven/>
。这些语句是否与 bean 定义一起导入到 servlet.xml 上下文中,还是我需要<component:context-scan/>
在我的 servlet.xml 文件中包含重复项?