最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

【已解决】Spring Boot运行mvnw spring-boot:run没输出

spring crifan 2188浏览
折腾:
【未解决】VSCode中搭建Spring Boot的示例程序
期间,参考官网:
Getting Started · Building a RESTful Web Service
去运行试试:
./mvnw spring-boot:run
看看效果:
没任何输出啊
Mac本地chrome访问:
http://localhost:8080/greeting
无法访问:
mvnw spring-boot:run no output
java – mvn spring-boot:run doesn’t start spring – Stack Overflow
Spring Boot Reference Documentation
试试:
mvn spring-boot:run
【总结】
参考官网:
./mvnw spring-boot:run
 没输出,卡死。
换成:
mvn spring-boot:run
至少不卡死,可以继续输出了。

转载请注明:在路上 » 【已解决】Spring Boot运行mvnw spring-boot:run没输出

79 queries in 0.219 seconds, using 19.19MB memory