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
报告相同问题?