1 Star 0 Fork 60

食得落 / RestfulTool

forked from Yuonsa / RestfulTool 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
Yuonsa 提交于 2020-09-06 03:58 . [1.2.7]: change to Gradle project

RestfulTool

This is not define in RestfulToolkit

Preface

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~

Info

A set of auxiliary tools for Restful service development.

  1. Provides a display window of Services tree;
  2. Click the URL to jump directly to the corresponding method definition;
  3. A simple http request tool;
  4. Support Spring system (Spring MVC / Spring Boot);
  5. Support Navigate-> Request Service search MappingCtrl + Alt + /;

Install

  1. IDEA plugin Search for RestfulTool installation (recommended)
  2. Download the installation package from the Jetbrains Plugins repository
  3. Download Restful Tool.zip in the root directory of the project and install it locally

Use

  • search
    • navigation > Request Service
    • hotKey
      • default: Ctrl + Alt + /
      • change: Setting > keymap > Plug-ins > RestfulTool
  • view
    • right tool window > RestfulTool
  • gif

Fork

  • Add 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 by GET
      GET_select.[svg,png] Selected icon requested by GET method
      POST.[svg,png] The default icon requested by POST
      POST_select.[svg,png] Selected icon requested by POST
      ${HttpMethod}[_select].[svg,png] (Checked) icon requested by Http Method
  • Refer to /icons/method/default or /icons/method/cute

Reference

Java
1
https://gitee.com/alenfive/RestfulTool.git
git@gitee.com:alenfive/RestfulTool.git
alenfive
RestfulTool
RestfulTool
dev

搜索帮助