SpringBoot学习路线

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

 

posted @ 2019-03-11 15:11  巴黎爱工作  阅读(1492)  评论(0编辑  收藏  举报