我想在 IntelliJ IDEA 中的单个 JBoss AS 上运行不同的项目(不同的项目,而不是不同的模块)。所有项目都应该支持热部署。
我知道如何在 Eclipse 中做到这一点,但我不知道如何在 IntelliJ IDEA 中做到这一点。这甚至可能吗?
我想在 IntelliJ IDEA 中的单个 JBoss AS 上运行不同的项目(不同的项目,而不是不同的模块)。所有项目都应该支持热部署。
我知道如何在 Eclipse 中做到这一点,但我不知道如何在 IntelliJ IDEA 中做到这一点。这甚至可能吗?
I work around this by adding Maven Projects to my window (Maven Projects tab -> (+) Add Maven Project). My projects don't share anything, they have their own modules and their own artifacts. While editing configuration for my jboss, clicking Deployment -> Add, all the web modules from all my projects show up and I can add them one by one. Hopefully you can do the same.
IntelliJ IDEA 模块与 Eclipse 项目相同,请参阅常见问题解答。在一个 IDEA 项目中拥有多个模块允许您同时将多个模块部署到同一台服务器。