網上也有很多github資源,都是自己學習Spring Boot時候,自己練的代碼
雖然現在最新的版本用2.1.3.RELEASE版本,以前版本的demo運行可能會遇到錯誤。但是有總比沒有要好,不是么?
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.3.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
常見的github:
https://github.com/ityouknow/spring-boot-examples 作者是博客園大神 純潔的微笑,話說那個頭像一看就不純潔好么https://www.cnblogs.com/ityouknow/
https://github.com/dyc87112/SpringBoot-Learning