README.md 2.1 KB
Newer Older
B
bingling 已提交
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 10
- `OpenJDK 17.0.3+`
- `Gradle 7.4.1+`
B
bingling 已提交
11

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

G
gkdgkdgkdgkd 已提交
14 15
- [Helloworld](https://github.com/gkdgkdgkdgkd/SpringBootDemoJava/tree/main/DemoHelloworld)
- [Spring Web + MyBaits Plus](https://github.com/gkdgkdgkdgkd/SpringBootDemoJava/tree/main/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
- [ShardingSphere + MyBaits Plus + MySQL 分库分表](https://github.com/2293736867/SpringBootDemoJava/tree/main/ShardingSphereMyBatisPlusDataSharding)
B
bingling 已提交
27
- [ShardingSphere + MyBatis Plus + MySQL 分库分表 + 读写分离](https://github.com/2293736867/SpringBootDemoJava/tree/main/ShardingSphereMyBatisPlusDataShardingAndReadWriteSplitting)
B
bingling 已提交
28

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

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

B
bingling 已提交
35
# 5 `Kotlin`版实现
B
bingling 已提交
36

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