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

前端 未结 17 1695
不知归路
不知归路 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:01

    The easier way to solve this is changing the port on the application.properties file;

    enter image description here

    server.port=8081

提交回复
热议问题