[2025-06-11] 添加新特性:
All checks were successful
Publish to Confluence / confluence (push) Successful in 59s

This commit is contained in:
liuxiaohua 2025-06-11 16:34:07 +08:00
parent ee5378d312
commit f96e972efe

View File

@ -1,24 +1,29 @@
<!-- Space: qifu -->
<!-- Parent: 后端技术&知识&规范 -->
<!-- Parent: 技术方案 -->
<!-- Parent: 基建 -->
<!-- Parent: 06-技术分享 -->
<!-- Title: 20250610-基础服务使用技术分享 -->
<!-- Macro: :anchor\((.*)\):
Template: ac:anchor
Anchor: ${1} -->
<!-- Macro: \!\[.*\]\((.+)\)\<\!\-\- width=(.*) \-\-\>
Template: ac:image
Url: ${1}
Width: ${2} -->
<!-- Macro: \<\!\-\- :toc: \-\-\>
Template: ac:toc
Printable: 'false'
MinLevel: 2
MaxLevel: 4 -->
<!-- Include: 杂项/声明文件.md -->
<!-- :toc: -->
# 基础服务使用技术分享
## 基础工具分享
### 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 AssistantFeign 和 Controller 来回跳)
- 也可以用 implement 方式,但是我不太喜欢
- Maven Helper依赖处理
- Open GitmojiGit 提交美化)
- MyBatisCodeHelperPro内部调优
- SquareTest内部调优
- Excalidraw画图
- Diagrams画图
### 其余零散
## 疑惑解答
## 意见收集