Spring-Boot新项目启动总是提示:Process-finished-with-exit-code-0 可能原因 1.端口冲突检查端口号 2.缺少 web 启动依赖 <!-- web --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-... 09月15日后端开发336评论spring spring-boot 阅读全文