问题原因主要是,IDE(集成开发工具,如 eclipse)默认的 Tomcat 版本与本地安装的 Tomcat 版本不符。
解决方法:右键项目-->Properties-->Targeted Runtimes,勾选本地安装的 Tomcat 版本即可。