使用maven建立的web项目,发现index页面使用EL表达式取不到 Controller中ModelMap返回的值 在JSP页面加上 <%@ page isELIgnored="false" %> 再运行就OK!