|
@@ -1,17 +1,65 @@
|
|
|
-Spring Boot 学习示例
|
|
|
-=========================
|
|
|
+# springboot-note
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-Spring Boot 使用的各种示例,以最简单、最实用为标准,此开源项目中的每个示例都以最小依赖,最简单为标准,帮助初学者快速掌握 Spring Boot 各组件的使用。
|
|
|
+springboot 学习笔记
|
|
|
|
|
|
-[Spring Boot 中文索引](https://github.com/ityouknow/awesome-spring-boot) | [Spring Cloud学习示例代码](https://github.com/ityouknow/spring-cloud-examples) | [Spring Boot 精品课程](https://github.com/ityouknow/spring-boot-leaning)
|
|
|
+## Reference
|
|
|
|
|
|
-[English](README_EN.md) | [Github地址](https://github.com/ityouknow/spring-boot-examples) | [码云地址](https://gitee.com/ityouknow/spring-boot-examples) | [Spring Boot 1.0](https://github.com/ityouknow/spring-boot-examples/tree/Spring-Boot-1.0)
|
|
|
+- [ityouknow/spring-boot-examples](https://github.com/ityouknow/spring-boot-examples)
|
|
|
+- [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
|
|
|
+
|
|
|
+
|
|
|
+快速创建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
|
|
|
+```
|