2025-06-11 16:34:07 +08:00
|
|
|
|
<!-- Space: qifu -->
|
|
|
|
|
<!-- Parent: 后端技术&知识&规范 -->
|
|
|
|
|
<!-- Parent: 技术方案 -->
|
|
|
|
|
<!-- Parent: 基建 -->
|
|
|
|
|
<!-- Parent: 06-技术分享 -->
|
|
|
|
|
<!-- Title: 20250610-基础服务使用技术分享 -->
|
2025-06-11 15:29:32 +08:00
|
|
|
|
|
2025-06-11 16:34:07 +08:00
|
|
|
|
<!-- 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 -->
|
2025-06-11 15:29:32 +08:00
|
|
|
|
|
2025-06-11 16:34:07 +08:00
|
|
|
|
<!-- :toc: -->
|
2025-06-11 15:29:32 +08:00
|
|
|
|
|
2025-06-11 16:34:07 +08:00
|
|
|
|
# 基础服务使用技术分享
|
2025-06-11 15:29:32 +08:00
|
|
|
|
|
2025-06-11 16:34:07 +08:00
|
|
|
|
## 基础工具分享
|
2025-06-11 15:29:32 +08:00
|
|
|
|
|
|
|
|
|
### 门户及SSO(收藏夹)
|
|
|
|
|
- http://menhu.qifu.com
|
|
|
|
|
|
|
|
|
|
### 监控工具及告警(链路追踪及Graylog,oncall)
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
|
|
### 项目初始化说明
|
2025-06-11 16:34:07 +08:00
|
|
|
|
- http://confluence.qifu.com/pages/viewpage.action?pageId=38516376
|
2025-06-11 15:29:32 +08:00
|
|
|
|
- [X] 权限回收
|
|
|
|
|
- [ ] 低代码平台一键创建生成
|
|
|
|
|
|
2025-06-11 16:34:07 +08:00
|
|
|
|
### IDEA 一些小工具
|
|
|
|
|
#### HttpClient(旧版本不推荐,新版本推荐)
|
|
|
|
|
```http request
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### Markdown 文件代码块使用
|
|
|
|
|
```shell
|
|
|
|
|
git status
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
#### 插件
|
|
|
|
|
- FeignClient Assistant(Feign 和 Controller 来回跳)
|
|
|
|
|
- 也可以用 implement 方式,但是我不太喜欢
|
|
|
|
|
- Maven Helper(依赖处理)
|
|
|
|
|
- Open Gitmoji(Git 提交美化)
|
|
|
|
|
- MyBatisCodeHelperPro(内部调优)
|
|
|
|
|
- SquareTest(内部调优)
|
|
|
|
|
- Excalidraw(画图)
|
|
|
|
|
- Diagrams(画图)
|
|
|
|
|
|
|
|
|
|
### 其余零散
|
|
|
|
|
|
2025-06-11 15:29:32 +08:00
|
|
|
|
## 疑惑解答
|
|
|
|
|
|
|
|
|
|
## 意见收集
|
|
|
|
|
### 现在没有的功能想要的
|
|
|
|
|
|
|
|
|
|
### 现在不好用的功能想优化的
|