課程
/后端開發
/Java
/2小時學會Spring Boot
、退出代碼0完成的進程
沒做任何修改啊,都是按照一樣的步驟來創建項目的,啟動都報錯了,可以第一次創建的時候都能運行,為什么按照一樣的步驟重新來創建卻不行了
2017-09-30
源自:2小時學會Spring Boot 2-1
正在回答
默認依賴要修改:
<dependencies> ? <dependency> ? ? ?<groupId>org.springframework.boot</groupId> ? ? ?<artifactId>spring-boot-starter-web</artifactId> ? </dependency> ? <dependency> ? ? ?<groupId>org.springframework.boot</groupId> ? ? ?<artifactId>spring-boot-starter-test</artifactId> ? ? ?<scope>test</scope> ? </dependency></dependencies>
第一次沒有停止,,重復啟動了。
舉報
Spring Boot入門視頻教程,你將學會使用Spring Boot快速構建應用程序
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2017-12-25
默認依賴要修改:
<dependencies>
? <dependency>
? ? ?<groupId>org.springframework.boot</groupId>
? ? ?<artifactId>spring-boot-starter-web</artifactId>
? </dependency>
? <dependency>
? ? ?<groupId>org.springframework.boot</groupId>
? ? ?<artifactId>spring-boot-starter-test</artifactId>
? ? ?<scope>test</scope>
? </dependency>
</dependencies>
2017-09-30
第一次沒有停止,,重復啟動了。