README_EN.md 5.5 KB
Newer Older
微笑很纯洁's avatar
微笑很纯洁 已提交
1 2
# Spring Boot Examples

R
RaytorHu 已提交
3
This tutorial is about learning Spring Boot via examples.
微笑很纯洁's avatar
微笑很纯洁 已提交
4

微笑很纯洁's avatar
微笑很纯洁 已提交
5
[Spring Cloud Example Code](https://github.com/ityouknow/spring-cloud-examples)   |   [中文](README.md)
微笑很纯洁's avatar
微笑很纯洁 已提交
6

R
RaytorHu 已提交
7
Spring Boot examples, using the simplest and the most useful scene demos.
微笑很纯洁's avatar
微笑很纯洁 已提交
8

微笑很纯洁's avatar
m  
微笑很纯洁 已提交
9 10
---

微笑很纯洁's avatar
微笑很纯洁 已提交
11
## Spring Boot 2.X
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
12 13


微笑很纯洁's avatar
微笑很纯洁 已提交
14
**[Favorites-web](https://github.com/cloudfavorites/favorites-web):Open source projects developed using Spring Boot 2.X**
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
15

微笑很纯洁's avatar
微笑很纯洁 已提交
16 17
- [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 
T
TMs 已提交
18
- [spring-boot-docker](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-docker):Spring Boot with Docker 
19
- [dockercompose-springboot-mysql-nginx](https://github.com/ityouknow/spring-boot-examples/tree/master/dockercompose-springboot-mysql-nginx) :Docker Compose + Spring Boot + Nginx + Mysql example
微笑很纯洁's avatar
微笑很纯洁 已提交
20
- [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  
微笑很纯洁's avatar
微笑很纯洁 已提交
21
- [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
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
22
- [spring-boot-memcache-spymemcached](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-memcache-spymemcached) :Spring Boot uses spymemcached to memcache
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
23
- [spring-boot-webflux](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-webflux) :Spring Boot webflux demo
微笑很纯洁's avatar
微笑很纯洁 已提交
24 25
- [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
微笑很纯洁's avatar
微笑很纯洁 已提交
26 27 28
- [spring-boot-mybatis-plus](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis-plus) :Spring Boot MyBatis Plus demo


微笑很纯洁's avatar
m  
微笑很纯洁 已提交
29 30
---

微笑很纯洁's avatar
微笑很纯洁 已提交
31
## Spring Boot (Already upgraded to 2.x)
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
32

微笑很纯洁's avatar
m  
微笑很纯洁 已提交
33
- [spring-boot-helloWorld](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-helloWorld):Spring Boot helloWorld
微笑很纯洁's avatar
link  
微笑很纯洁 已提交
34
- [spring-boot-redis](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-redis):Spring Boot Redis Demo
微笑很纯洁's avatar
微笑很纯洁 已提交
35
- [spring-boot-jpa](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa):Spring Boot  Jpa Demo
微笑很纯洁's avatar
link  
微笑很纯洁 已提交
36 37 38 39 40
- [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/spring-boot-mybatis-annotation):Spring Boot use mybatis annotation
- [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/spring-boot-mybatis-xml):Spring Boot use mybatis xml 
- [spring-boot-mybatis-xml-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/spring-boot-mybatis-xml-mulidatasource):Spring Boot+mybatis+mulidatasource
- [spring-boot-mybatis-annotation-mulidatasource](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mybatis/spring-boot-mybatis-annotation-mulidatasource):Spring Boot+ mybatis annotation + mulidatasource
- [spring-boot-thymeleaf](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-thymeleaf):Spring Boot Thymeleaf Demo
微笑很纯洁's avatar
微笑很纯洁 已提交
41
- [spring-boot-jpa-thymeleaf-curd](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-jpa-thymeleaf-curd):spring boot + jpa + thymeleaf curd demo
微笑很纯洁's avatar
微笑很纯洁 已提交
42 43
- [spring-boot-rabbitmq](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-rabbitmq): using AMQP and RabbitMQ
- [spring-boot-scheduler](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-scheduler):Timed tasks developed using Spring Boot 
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
44
- [spring-boot-web](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-web):Web projects developed using Spring Boot 
微笑很纯洁's avatar
微笑很纯洁 已提交
45
- [spring-boot-mail](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mail):Mail system developed using Spring Boot 
微笑很纯洁's avatar
link  
微笑很纯洁 已提交
46 47
- [spring-boot-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb/spring-boot-mongodb):Spring Boot + Mongodb
- [spring-boot-multi-mongodb](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-mongodb/spring-boot-multi-mongodb):Spring Boot + multiMongodb
微笑很纯洁's avatar
微笑很纯洁 已提交
48
- [spring-boot-package-war](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-package-war):Spring Boot package war
微笑很纯洁's avatar
微笑很纯洁 已提交
49
- [spring-boot-shiro](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-shiro):spring boot shiro rbac demo 
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
50 51
- [spring-boot-file-upload](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-file-upload):Spring Boot upload file demo   
- [spring-boot-fastDFS](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-fastDFS):Spring Boot Integrate FastDFS  upload delete and so on 
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
52
- [spring-boot-actuator](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-actuator):Spring Boot Actuator demo  
微笑很纯洁's avatar
m  
微笑很纯洁 已提交
53 54
- [spring-boot-admin-simple](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-admin-simple):Spring Boot Admin demo   
- [spring-boot-banner](https://github.com/ityouknow/spring-boot-examples/tree/master/spring-boot-banner):Spring Boot Cumtom Banner