# springboot-note springboot 学习笔记 ## Reference - [springboot-note 文档](https://wiki.yoqi.me/springboot-note) https://github.com/xkcoding/spring-boot-demo https://github.com/YunaiV/SpringBoot-Labs https://github.com/Snailclimb/springboot-guide https://github.com/527515025/springBoot https://github.com/liululee/spring-boot-learning https://github.com/elunez/eladmin https://github.com/macrozheng/mall https://github.com/lenve/vhr https://github.com/cloudfavorites/favorites-web https://github.com/codedrinker/community https://github.com/Heeexy/SpringBoot-Shiro-Vue https://github.com/cuzz1/springboot-learning https://github.com/simplewz/springboot https://github.com/kong0827/SpringBoot-Learning https://github.com/CodingDocs/springboot-guide https://github.com/JacianLiu/SpringBoot-Learning-1 https://github.com/waylau/spring-boot-tutorial https://github.com/niumoo/springboot https://github.com/dunwu/spring-boot-tutorial https://github.com/dyc87112/SpringBoot-Learning https://github.com/ityouknow/awesome-spring-boot 快速创建spring应用 https://github.com/spring-projects/spring-boot # spring-boot 快速创建spring web应用,目前版本 3.1.5 ## Usage 使用 vscode 或 idea 新建springboot方式创建项目 有如下模块: * spring-boot-autoconfigure * spring-boot-starters * spring-boot-actuator * spring-boot-loader * spring-boot-devtools ## Develop ``` git clone https://github.com/spring-projects/spring-boot ./gradlew publishToMavenLocal ./gradlew build ```