补充Restful失效的解决方案

This commit is contained in:
黎润豪 2025-02-27 11:00:59 +08:00
parent 1a67b1da72
commit 6a65a06b59
1 changed files with 3 additions and 1 deletions

View File

@ -114,4 +114,6 @@ Q2阅读源码过程中遇到自己未曾涉足过的技术点怎么办
Q3如何快速找到我要修改的别人已经开发的功能点的代码位置。 Q3如何快速找到我要修改的别人已经开发的功能点的代码位置。
> A3运行项目在浏览器中的network找到对应业务的相关接口。通过[RestfulTool](#restfultool)插件(快捷键`ctrl`+`alt`+`/`搜索该接口接口找到对应的diamante位置。![RestfulTool](../img/restfulTool.jpg) > A3运行项目在浏览器中的network找到对应业务的相关接口。通过[RestfulTool](#restfultool)插件(快捷键`ctrl`+`alt`+`/`搜索该接口接口找到对应的diamante位置。
> 现在[RestfulTool](#restfultool)的开源仓库已归档不再更新如果你用最新版本的IDEA应该会报错。如果报错请改用[RestfulToolkit-fix](https://plugins.jetbrains.com/plugin/16788-restfultoolkit-fix)(快捷键`ctrl`+`\`
> ![RestfulTool](../img/restfulTool.jpg)