第一 查看 maven自动生成的web.xml文件 是否符合要求
我的是用IntelliJ IDEA 2016.1.3
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://java.sun.com/xml/ns/javaee"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
id="WebApp_ID" version="3.0">
第二 查看 JSP文件是否有以下内容
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" isELIgnored="false" %>
核对上述内容依然无法显示内容的 查看您的工程是否配置真确了