From f96e972efe81544a6ff92002c11e65d9ec57d151 Mon Sep 17 00:00:00 2001 From: liuxiaohua Date: Wed, 11 Jun 2025 16:34:07 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20[2025-06-11]=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E6=96=B0=E7=89=B9=E6=80=A7=EF=BC=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../技术分享/20250610-基础服务使用技术分享.md | 65 ++++++++++++++----- 1 file changed, 47 insertions(+), 18 deletions(-) diff --git a/文档/技术分享/20250610-基础服务使用技术分享.md b/文档/技术分享/20250610-基础服务使用技术分享.md index f05b6f8..d09749c 100644 --- a/文档/技术分享/20250610-基础服务使用技术分享.md +++ b/文档/技术分享/20250610-基础服务使用技术分享.md @@ -1,24 +1,29 @@ + + + + + + + + + + + + + + # 基础服务使用技术分享 ## 基础工具分享 -### IDEA 一些小工具 -#### HttpClient(旧版本不推荐,新版本推荐) -```http request -### 测试请求 -POST http://localhost:80/test -Content-Type: application/json -Authorization: Bearer {{$auth.token("mock")}} - -{ - "test": "123" -} - -``` - -#### Markdown 文件代码块使用 -```shell -git status -``` ### 门户及SSO(收藏夹) - http://menhu.qifu.com @@ -38,9 +43,33 @@ git status - http://confluence.qifu.com/pages/viewpage.action?pageId=38516446 ### 项目初始化说明 +- http://confluence.qifu.com/pages/viewpage.action?pageId=38516376 - [X] 权限回收 - [ ] 低代码平台一键创建生成 +### IDEA 一些小工具 +#### HttpClient(旧版本不推荐,新版本推荐) +```http request + +``` + +#### Markdown 文件代码块使用 +```shell +git status +``` + +#### 插件 +- FeignClient Assistant(Feign 和 Controller 来回跳) + - 也可以用 implement 方式,但是我不太喜欢 +- Maven Helper(依赖处理) +- Open Gitmoji(Git 提交美化) +- MyBatisCodeHelperPro(内部调优) +- SquareTest(内部调优) +- Excalidraw(画图) +- Diagrams(画图) + +### 其余零散 + ## 疑惑解答 ## 意见收集