报错内容 报错:‘org.springframework.web.servlet.DispatcherServlet’ 未分配到 ‘javax.servlet.Servlet,jakarta.servlet.Servlet’ 原因 原因:springmvc版本过高,降到6.0以下即可。 解决