fish 1 year ago
parent
commit
8696c468c1
3 changed files with 63 additions and 41 deletions
  1. 60 12
      README.md
  2. 0 29
      README_EN.md
  3. 3 0
      docs/README.md

+ 60 - 12
README.md

@@ -1,17 +1,65 @@
-Spring Boot 学习示例
-=========================
+# springboot-note
 
-![Spring Boot 2.0](https://img.shields.io/badge/Spring%20Boot-2.0-brightgreen.svg)
-![Mysql 5.6](https://img.shields.io/badge/Mysql-5.6-blue.svg)
-![JDK 1.8](https://img.shields.io/badge/JDK-1.8-brightgreen.svg)
-![Maven](https://img.shields.io/badge/Maven-3.5.0-yellowgreen.svg)
-![license](https://img.shields.io/badge/license-MPL--2.0-blue.svg)
- 
-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
+```

+ 0 - 29
README_EN.md

@@ -1,29 +0,0 @@
-# Spring Boot Examples
-
-This tutorial is about learning Spring Boot via examples.
-
-[Spring Cloud Example Code](https://github.com/ityouknow/spring-cloud-examples)   |   [中文](README.md)
-
-Spring Boot examples, using the simplest and the most useful scene demos.
-
----
-
-## Spring Boot 2.X
-
-
-**[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot 2.X**
-
-- [spring-boot-hello](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-hello):Spring Boot 2.0  Hello World Demo
-- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot Customized Banner 
-- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-docker):Spring Boot with Docker 
-- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/dockercompose-springboot-mysql-nginx) :Docker Compose + Spring Boot + Nginx + Mysql example
-- [spring-boot-commandLineRunner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-commandLineRunner) :Example of resource initialization at project startup using Spring Boot and commandLineRunner  
-- [spring-boot-web-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web-thymeleaf) :Spring Boot uses thymeleaf to implement layout, check parameters and CURD
-- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached) :Spring Boot uses spymemcached to memcache
-- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-webflux) :Spring Boot webflux demo
-- [spring-boot-elasticsearch](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-elasticsearch) :Spring Boot elasticsearch demo
-- [spring-boot-swagger](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-swagger) :Spring Boot swagger2 demo
-- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-plus) :Spring Boot MyBatis Plus demo
-
-
----

+ 3 - 0
docs/README.md

@@ -2,4 +2,7 @@
 
 springboot 开发文档
 
+## Reference
+
+