问题:我有两个contextConfigLocation参数,一个带有@Configuration用于 spring-social-facebook 的类,一个带有用于应用程序的 xml-file:
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>com.communicator.core.social.facebook.config</param-value>
</context-param>
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>/WEB-INF/root-context.xml</param-value>
</context-param>
他们都使用一个param-name,我不知道如何解决它。