我有一个名为 test 的 Java EE Web 项目,我使用 Wildfly 作为服务器。
当我使用 Eclipse 时,Eclipse 集成浏览器中的 URL 是:localhost:8080/test。
localhost:8080/test
但是当我使用 IntelliJ 时,Chrome 中的 URL 是:localhost:8080/test_war_exploded。
localhost:8080/test_war_exploded
为什么 IntelliJ IDEA 添加这个:_war_exploded?
_war_exploded
intellij-idea web-deployment
intellij-idea ×1
web-deployment ×1