Unable to run localhost in Spring Boot application (Tomcat server)
问题 I've been learning Spring using the following tutorials: https://www.youtube.com/playlist?list=PLqq-6Pq4lTTbx8p2oCgcAQGQyqN8XeA1x I have created a Maven project and tried to run the Spring Boot application while referring to these videos: https://www.youtube.com/watch?v=E7_a-kB46LU&index=9&list=PLqq-6Pq4lTTbx8p2oCgcAQGQyqN8XeA1x I tried to run my Spring application on Tomcat server but the localhost isn't working. (Port 8080) My pom.xml looks like this: <project xmlns="http://maven.apache.org