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

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM