IntelliJ Fails Deploying exploded war to tomcat

前端 未结 1 1609
無奈伤痛
無奈伤痛 2021-02-14 07:01

I have a Java web application I am developing in IntelliJ and deploying using Apache Tomcat. I have some run configurations defined that are shared between everyone on the team.

相关标签:
1条回答
  • 2021-02-14 07:23

    Before Intellij 2019.2 :

    Under Gradle Settings, you have to make sure you don't have checked 'Delegate IDE build/run actions to gradle'

    Since Intellij 2019.2 :

    Settings is now under 'Build, Execution, Deployment > Build Tools > Gradle'. You have to select Build and run using : Intellij IDEA

    An issue has been opened on jetbrains bug tracker.

    0 讨论(0)
提交回复
热议问题