网上也有很多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/