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

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

G
gkdgkdgkdgkd 已提交
5 6
如果使用`Maven`可以参考旧分支`maven`,但是相关代码并没有更新。

B
bingling 已提交
7 8
# 2 环境

G
gkdgkdgkdgkd 已提交
9
- `Spring Boot 2.7.0+`
G
gkdgkdgkdgkd 已提交
10 11
- `OpenJDK 17.0.3+`
- `Gradle 7.4.1+`
B
bingling 已提交
12

13 14
各个`Demo`的一些额外环境可以查看各个`Demo``README.md`

B
bingling 已提交
15
# 3 目前已实现
B
bingling 已提交
16

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

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

氷泠 已提交
33 34 35
- [Github](https://github.com/gkdgkdgkdgkd/SpringBootDemoJava)
- [码云](https://gitee.com/jskdhfjksdhfjk/SpringBootDemoJava)
- [GitCode](https://gitcode.net/qq_27525611/SpringBootDemoJava)
B
bingling 已提交
36

B
bingling 已提交
37
# 5 `Kotlin`版实现
B
bingling 已提交
38

氷泠 已提交
39 40 41
- [Github](https://github.com/gkdgkdgkdgkd/SpringBootDemoKotlin)
- [码云](https://gitee.com/jskdhfjksdhfjk/SpringBootDemoKotlin)
- [GitCode](https://gitcode.net/qq_27525611/SpringBootDemoKotlin)