Spring boot: Unable to start embedded Tomcat servlet container

后端 未结 8 1408
孤街浪徒
孤街浪徒 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条回答
  •  遥遥无期
    2020-12-09 16:06

    You need to add the tomcat dependency in your pom

    
            org.springframework.boot
            spring-boot-starter-tomcat
    
    

提交回复
热议问题