keyfil/文档/技术分享/20250610-基础服务使用技术分享.md
liuxiaohua ee5378d312
All checks were successful
Publish to Confluence / confluence (push) Successful in 1m11s
[2025-06-11] 添加新特性:
2025-06-11 15:29:32 +08:00

50 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 基础服务使用技术分享
## 基础工具分享
### 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
### 监控工具及告警链路追踪及Graylogoncall
- https://skywalking.keyfil.com
- https://graylog.keyfil.com/
- https://oncall.keyfil.com
### MR通知群
- http://confluence.qifu.com/pages/viewpage.action?pageId=38507650
### 服务本地测试
- http://confluence.qifu.com/pages/viewpage.action?pageId=38512490
### 核心包说明
- http://confluence.qifu.com/pages/viewpage.action?pageId=38516446
### 项目初始化说明
- [X] 权限回收
- [ ] 低代码平台一键创建生成
## 疑惑解答
## 意见收集
### 现在没有的功能想要的
### 现在不好用的功能想优化的