配置intellij idea中的欢迎页而不使用默认的index.jsp
在web.xml中添加
<welcome-file-list> <welcome-file>首页名.jsp</welcome-file> </welcome-file-list>
如果换回去的时候 还是原来的样子 重启Intellij idea几次 有时候会反应慢,重启就可以
在web.xml中添加
<welcome-file-list> <welcome-file>首页名.jsp</welcome-file> </welcome-file-list>
如果换回去的时候 还是原来的样子 重启Intellij idea几次 有时候会反应慢,重启就可以