网上也有很多github资源,都是自己学习Spring Boot时候,自己练的代码
虽然现在最新的版本用2.1.3.RELEASE版本,以前版本的demo运行可能会遇到错误。但是有总比没有要好,不是么?
1<parent> 2 <groupId>org.springframework.boot</groupId> 3 <artifactId>spring-boot-starter-parent</artifactId> 4 <version>2.1.3.RELEASE</version> 5 <relativePath/> <!-- lookup parent from repository --> 6 </parent>
常见的github:
https://github.com/ityouknow/spring-boot-examples 作者是博客园大神 纯洁的微笑,话说那个头像一看就不纯洁好么https://www.cnblogs.com/ityouknow/
https://github.com/dyc87112/SpringBoot-Learning
