Spring boot: Unable to start embedded Tomcat servlet container

后端 未结 8 1404
孤街浪徒
孤街浪徒 2020-12-09 15:26

I\'m new to Spring Boot and having with error while running my application. I\'m following a tutorial and I believe I\'m having proper parent and dependencies with POM, plea

8条回答
  •  萌比男神i
    2020-12-09 16:02

    For me, I just had to put a -X flag with mvn. Look at the debug log; there was an issue with Spring while locating the .properties file.

提交回复
热议问题