maven项目中的web.xml如何配置监听器才能同时加载不同module的spring的不同名称的application配置文件?
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value></param-value>
</context-param>
<listener>
<listener-class>org.springframework.web.context.ContextLoaderListener
</listener-class>
</listener>
从小白到架构师系列--你必须要掌握的Maven知识
https://www.roncoo.com/view/156