这是我的文件夹结构:
META-INF
static
WEB-INF
/ static可用于其所有内容和依赖项。如何将该文件夹作为起始页面。
web.xml文件中的这一行会破坏所有.js和.css文件
<welcome-file-list>
<welcome-file>/static/index.html</welcome-file>
</welcome-file-list>
就像快递一样,我可以写
.use('/', express.static('/static'))