IDEA 2018
JDK 1.8
Maven3.5.4
Tomcat 9.0.10
登陸首頁沒問題,輸入其他地址跳轉時出現下面的錯誤
HTTP Status 500 – Internal Server Error
Type Exception Report
Message Handler processing failed; nested exception is java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest.getHttpServletMapping()Ljavax/servlet/http/HttpServletMapping;
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
詳情如下圖:
出現上面的問題可能是jar包不兼容導致的,解決辦法:
將Tomcat換成8.5版本,運行正常!