How I run maven project in cmd line

后端 未结 6 1883
失恋的感觉
失恋的感觉 2021-02-02 17:49

I write maven project and I run it in Eclipse but I want to run maven project in using command line so I write

java -jar -Dapple.awt.UIElement=\"true\" target/         


        
6条回答
  •  庸人自扰
    2021-02-02 18:35

    You can run mavan spring-boot project using the following command

    mvn spring-boot:run

提交回复
热议问题