Spring Boot application in eclipse, the Tomcat connector configured to listen on port XXXX failed to start

前端 未结 17 1699
不知归路
不知归路 2021-01-30 02:12

I\'m developing a REST API using Spring Framework.

First I wasn\'t able to run my application because of the same problem. The port 8080 on my computer is busy. Then I

17条回答
  •  青春惊慌失措
    2021-01-30 03:04

    In your windows os follow the following steps:


    1)search services 2)Find Apache tomcat 3)Right-click on it and select end 4)Run your spring boot application again it will work

提交回复
热议问题