我有一个带有 webapp 文件夹的 Web 应用程序,其中包含 css/style.css 文件。我想编辑这个文件,看看用户界面发生了什么。为此,我必须遵循两种方式:
1. Edit css/style.css file and redeploy whole application.
2. Go to applciation folder in web container, edit css/style.css in it (this time I can see all changes simultaneously), copy it to project structure. Redeploy again to see that all changes have applied.
所以我想编辑静态资源文件(不仅是 css,还有图像、普通 html 等),不要手动将它们从项目复制到 webcontainer 文件夹,也不要在每次更改时重新启动 web 容器。Intellij Idea 可以吗?