訪問localhost:8080/hello失敗,訪問localhost:8080只會出現(xiàn)Tomcat的首頁
訪問localhost:8080/hello失敗,訪問localhost:8080只會出現(xiàn)Tomcat的首頁
訪問localhost:8080/hello失敗,訪問localhost:8080只會出現(xiàn)Tomcat的首頁 在application.properties文件中加入server.port=8081?server.context-path=/girl 后,依然只能訪問8080,訪問8081會出現(xiàn)404
2017-04-10
案例中不是啟動tomcat,是直接運行當前的Spring Boot項目,即入口文件GirlApplication.class。如下圖: