一套 Restful 服务开发辅助工具集
This is not define in ~~RestfulToolkit~~
min-version:201
- Please move to
RESTFulToolkitto install and use that low version plugin-path:RestfulTool
Since the original author of the RESTFulToolkit plug-in is not updated, IDEA.201 and above versions are no longer adapted, so this plug-in was made with reference to the plug-in project of the original author. Everyone is welcome to submit an issue | pr If you think it ’s not bad, please help me to tap start(* ̄︶ ̄)thanks~
A set of auxiliary tools for Restful service development.
- Provides a display window of Services tree;
- Click the URL to jump directly to the corresponding method definition;
- A simple http request tool;
- Support Spring system (Spring MVC / Spring Boot);
- Support
Navigate-> Request Servicesearch MappingCtrl + Alt + /;
- IDEA plugin Search for
RestfulToolinstallation (recommended)- Download the installation package from the Jetbrains Plugins repository
- Download
Restful Tool.zipin the root directory of the project and install it locally
- search
navigation>Request Service- hotKey
- default:
Ctrl + Alt + /- change:
Setting>keymap>Plug-ins>RestfulTool- view
right tool window>RestfulTool
If something goes wrong, please add the following lib to Platform SDK
.\plugins\properties\lib\properties.jar .\plugins\yaml\lib\yaml.jarAdd adapter icon scheme
- Put the 16 x 16 svg icon file into
/icons/method/{iconThemeName}- Icon naming method (only supports png | svg format):
| FileName | Directions | | :---: | :---: | |
GET.[svg,png]| The default icon requested byGET| |GET_select.[svg,png]| Selected icon requested byGETmethod | |POST.[svg,png]| The default icon requested byPOST| |POST_select.[svg,png]| Selected icon requested byPOST| |${HttpMethod}[_select].[svg,png]| (Checked) icon requested byHttp Method| - Refer to/icons/method/defaultor/icons/method/cute
- Plugin address - RESTFullToolkit
- Github - RESTFullToolkit