Skip to content

更新 #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Apr 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,13 @@
* [《芋道 Spring Boot WebFlux 入门》](http://www.iocoder.cn/Spring-Boot/WebFlux/?github) 对应 [lab-27](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-27)
* [《芋道 Spring Boot 分布式 Session 入门》](http://www.iocoder.cn/Spring-Boot/Distributed-Session/?github) 对应 [lab-26](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-26)
* [《芋道 Spring Boot API 接口文档 Swagger 入门》](http://www.iocoder.cn/Spring-Boot/Swagger/?github) 对应 [lab-24](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-24)
* [《芋道 Spring Boot API 接口文档 Swagger Starter 入门》](http://www.iocoder.cn/Spring-Boot/Swagger-Starter/?github) 对应 [lab-24](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-24)
* [《芋道 Spring Boot 参数校验 Validation 入门》](http://www.iocoder.cn/Spring-Boot/Validation/?github) 对应 [lab-22](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-22)
* [《芋道 Spring Boot WebSocket 入门》](http://www.iocoder.cn/Spring-Boot/WebSocket/?github) 对应 [lab-25](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-25)
* [《性能测试 —— Tomcat、Jetty、Undertow 基准测试》](http://www.iocoder.cn/Performance-Testing/Tomcat-Jetty-Undertow-benchmark/?github) 对应 [lab-05-benchmark-tomcat-jetty-undertow](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-05-benchmark-tomcat-jetty-undertow)
* [《性能测试 —— SpringMVC、Webflux 基准测试》](http://www.iocoder.cn/Performance-Testing/SpringMVC-Webflux-benchmark/?github) 对应 [lab-06](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-06)
* [《芋道 Spring Boot API 接口文档 JApiDocs 入门》](http://www.iocoder.cn/Spring-Boot/JApiDocs/?github) 对应 [lab-24](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-24)
* [《芋道 Spring Boot API 接口调试 IDEA HTTP Client》](http://www.iocoder.cn/Spring-Boot/IDEA-HTTP-Client/?github) 对应 [lab-71-http-debug](https://github.com/YunaiV/SpringBoot-Labs/blob/master/lab-71-http-debug/)

## RPC 开发

Expand All @@ -86,6 +89,7 @@
* [《芋道 Spring Boot 多数据源(读写分离)入门》](http://www.iocoder.cn/Spring-Boot/dynamic-datasource/?github) 对应 [lab-17](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-17)
* [《芋道 Spring Boot 分库分表入门》](http://www.iocoder.cn/Spring-Boot/sharding-datasource/?github) 对应 [lab-18](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-18)
* [《芋道 Spring Boot 数据库版本管理入门》](http://www.iocoder.cn/Spring-Boot/database-version-control/?github) 对应 [lab-20](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-20)
* [《芋道 Spring Boot 数据表结构文档》](http://www.iocoder.cn/Spring-Boot/DB-Doc-screw/?github) 对应 [lab-70-db-doc](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-70-db-doc)

**非关系数据库**

Expand Down Expand Up @@ -185,6 +189,7 @@
* [《芋道 Spring Cloud 服务网关 Spring Cloud Gateway 入门》](http://www.iocoder.cn/Spring-Cloud/Spring-Cloud-Gateway/?github) 对应 [labx-08-spring-cloud-gateway](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-08-spring-cloud-gateway)
* [《芋道 Spring Cloud 链路追踪 SkyWalking 入门》](http://www.iocoder.cn/Spring-Cloud/SkyWalking/?github) 对应 [labx-14](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-14)
* [《芋道 Dubbo Admin 快速入门》](http://www.iocoder.cn/Dubbo/Admin/?github)
* [《芋道 Dubbo Swagger 快速入门》](http://www.iocoder.cn/Dubbo/Swagger/?github) 对应 [swagger-dubbo](https://github.com/YunaiV/swagger-dubbo)

# Spring Cloud 专栏

Expand Down Expand Up @@ -274,6 +279,7 @@
* [《芋道 Spring Boot Dubbo 入门》](http://www.iocoder.cn/Spring-Boot/Dubbo/?github) 对应 [lab-30](https://github.com/YunaiV/SpringBoot-Labs/tree/master/lab-30)
* [《芋道 Spring Cloud Alibaba 服务调用 Dubbo 入门》](http://www.iocoder.cn/Spring-Cloud-Alibaba/Dubbo/?github) 对应 [labx-07-spring-cloud-alibaba-dubbo](https://github.com/YunaiV/SpringBoot-Labs/tree/master/labx-07-spring-cloud-alibaba-dubbo)
* [《性能测试 —— Dubbo 基准测试》](http://www.iocoder.cn/Performance-Testing/Dubbo-benchmark/?github)
* [《芋道 Dubbo Swagger 快速入门》](http://www.iocoder.cn/Dubbo/Swagger/?github) 对应 [swagger-dubbo](https://github.com/YunaiV/swagger-dubbo)

## 注册中心

Expand Down Expand Up @@ -397,10 +403,10 @@

如下是草稿目录,未来需要整理下

# lab-9

记录阅读极客时间《数据结构与算法之美》的题目。

# lab-50

Email 示例

# lab-69-proxy

动态代理
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004250.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004328.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:43:28.332+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004337.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004347.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004347.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:43:47.777+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004358.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004358.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:43:58.210+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004401.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004401.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:44:01.275+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004538.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004547.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:45:47.364+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004638.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:46:38.505+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004645.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:46:45.875+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T004809.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T004813.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T16:48:13.674+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T010724.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T010738.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T010809.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T010823.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:08:23.036+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T010840.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011020.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:10:20.615+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你的账号密码不正确哟!",
"path": "/user/login"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011347.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:13:47.777+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011526.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T011530.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011541.400.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:15:40.992+0000",
"status": 400,
"error": "Bad Request",
"message": "Missing request header 'Authorization' for method parameter of type String",
"path": "/user/get-current"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011551.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:15:51.919+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T011556.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T011628-1.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011628.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011646.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011650.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011653.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:16:53.489+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011818.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T011843.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T011847.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:18:47.862+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T012507.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T012510.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T012527.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T012540.400.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:25:40.604+0000",
"status": 400,
"error": "Bad Request",
"message": "Missing request header 'Authorization' for method parameter of type String",
"path": "/user/get-current"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T012544.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T012703.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:27:03.272+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T012708.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T012710.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T013544.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T013552.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
7 changes: 7 additions & 0 deletions httpRequests/2020-12-20T013558.500.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"timestamp": "2020-12-19T17:35:58.033+0000",
"status": 500,
"error": "Internal Server Error",
"message": "小朋友,你没有登录哟!",
"path": "/user/get-current"
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T013845.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
5 changes: 5 additions & 0 deletions httpRequests/2020-12-20T014019.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"gender": 1,
"nickname": "芋道源码",
"id": 1
}
4 changes: 4 additions & 0 deletions httpRequests/2020-12-20T021415.200.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"userId": 1,
"token": "token001"
}
1 change: 1 addition & 0 deletions httpRequests/http-client.cookies
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# domain path name value date
Loading