README.md 1.9 KB
Newer Older
B
bingling 已提交
1
# 1 Spring Boot demo
B
bingling 已提交
2

B
bingling 已提交
3
该仓库是`Spring Boot`的各种`Demo`合集,使用`Java`实现。
B
bingling 已提交
4 5 6

# 2 环境

B
bingling 已提交
7 8
- `OpenJDK 11.0.11`
- `IDEA 2021.1.2`
B
bingling 已提交
9
- `Maven 3.6.3`
B
bingling 已提交
10

B
bingling 已提交
11
# 3 目前已实现
B
bingling 已提交
12

B
bingling 已提交
13
- [Helloworld](https://github.com/2293736867/SpringBootDemoJava/tree/master/DemoHelloworld)
B
bingling 已提交
14 15
- [Spring Web + MyBatis](https://github.com/2293736867/SpringBootDemoJava/tree/master/WebWithMyBatis)
- [Spring Web + MyBaits Plus](https://github.com/2293736867/SpringBootDemoJava/tree/master/WebWithMyBatisPlus)
B
bingling 已提交
16
- [Hibernate Validator](https://github.com/2293736867/SpringBootDemoJava/tree/master/HibernateValidator)
B
bingling 已提交
17
- [Docker部署](https://github.com/2293736867/SpringBootDemoJava/tree/master/Docker)
B
bingling 已提交
18
- [HTTPS](https://github.com/2293736867/SpringBootDemoJava/tree/master/HTTPS)
B
bingling 已提交
19
- [Mail](https://github.com/2293736867/SpringBootDemoJava/tree/master/Mail)
B
bingling 已提交
20
- [Swagger](https://github.com/2293736867/SpringBootDemoJava/tree/master/Swagger)
B
bingling 已提交
21
- [Jasypt](https://github.com/2293736867/SpringBootDemoJava/tree/master/Jasypt)
B
bingling 已提交
22
- [Redis缓存](https://github.com/2293736867/SpringBootDemoJava/tree/master/RedisCache)
B
bingling 已提交
23
- [MyBatis Plus Generator](https://github.com/2293736867/SpringBootDemoJava/tree/main/MyBatisPlusGenerator)
2
2293736867 已提交
24 25
- [ShardingSphere + MyBatis Plus + MySQL
  读写分离和主从复制](https://github.com/2293736867/SpringBootDemoJava/tree/main/ShardingSphereMyBatisPlusMySQLMasterSlave)
B
bingling 已提交
26

B
bingling 已提交
27
# 4 `Java`版实现其他地址
B
bingling 已提交
28 29 30 31 32

- [Github](https://github.com/2293736867/SpringBootDemoJava)
- [码云](https://gitee.com/u6b7b5fc3/SpringBootDemoJava)
- [CODE.CHINA](https://codechina.csdn.net/qq_27525611/SpringBootDemoJava)

B
bingling 已提交
33
# 5 `Kotlin`版实现
B
bingling 已提交
34

B
bingling 已提交
35 36
- [Github](https://github.com/2293736867/SpringBootDemoKotlin)
- [码云](https://gitee.com/u6b7b5fc3/SpringBootDemoKotlin)
B
bingling 已提交
37
- [CODE.CHINA](https://codechina.csdn.net/qq_27525611/SpringBootDemoKotlin)
B
bingling 已提交
38

B
bingling 已提交
39
# 6 其他
B
bingling 已提交
40 41 42 43

如果觉得对您有帮助可以点个`star`或者关注一下笔者的微信公众号:

![](https://img-blog.csdnimg.cn/20200806194605566.gif)