Run app in tomcat using maven with IntelliJ

前端 未结 3 1453
情歌与酒
情歌与酒 2021-02-07 11:52

Without using maven, to run the app on tomcat from the Intellij IDE, all you have to do is create an artifact and a \"tomcat\" run configuration pointing to that artifact, this

3条回答
  •  情歌与酒
    2021-02-07 12:24

    If you have set

    war
    

    in your pom, IDEA should automatically identify the artifact (your WAR file) to deploy. No need to manually create an artifact.

提交回复
热议问题