异常: HTTP Status 500 - No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet registered?

javaweb--ssm项目启动时报错:No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet re

原因是没有配置servlet启动的优先级,解决:

javaweb--ssm项目启动时报错:No WebApplicationContext found: no ContextLoaderListener or DispatcherServlet re

配置完重新启动即可

相关文章: