解决问题:Unable to start embedded container; nested exception is java.lang.NoSuchMethodError: org.apache.catalina.Context.addServletMapping(Ljava/l
因为有重复的jar
原因:springboot有自己的tomcat运行环境我们又在构件路径中添加了tomcat
解决方法:把项目构件路径中的tomcat给移除

因为有重复的jar
原因:springboot有自己的tomcat运行环境我们又在构件路径中添加了tomcat
解决方法:把项目构件路径中的tomcat给移除
