Could not exec java with Spring+Maven exit code 1

后端 未结 5 1242
梦如初夏
梦如初夏 2021-01-18 03:07

I am new to Spring/Maven, and am following this tutorial: Serving Web Content with Spring MVC.

Everytime I run mvn spring-boot:run, I get this error:

5条回答
  •  时光取名叫无心
    2021-01-18 03:22

    Sometimes the port might just be already in use, make sure you kill all java processes before running an application.

提交回复
热议问题