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