The Tomcat connector configured to listen on port 8080 failed to start. The port may already be in use or the connector may be misconfigured.
只需要在application.properties中加这样的一句话就可以了:server.port=8089,端口自己设置
只需要在application.properties中加这样的一句话就可以了:server.port=8089,端口自己设置