SpringBoot Process finished with exit code 0

SpringBoot 啓動出現如下情景,是因爲項目中未引用spring-boot-starter-web導致 只需在pom文件中引用如下架包即可 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifactId> </dependency>
相關文章
相關標籤/搜索