Currently only supports MAC OSX, Spring MVC framework, Chromium kernel browser.
Using Http to call the specified interface in IDEA is fast and efficient.
If you are a Java backend developer, please try this plugin.
- Assemble Http Url and Method information according to configuration information and code comments.
- The parameters are automatically parsed to assemble the Json data structure.
- Support to extract cookie information under Google Chrome for interface login authentication.
- The new name attribute is added to the domain configuration: you can replace the domain by setting a more recognizable name. In the calling window, the original domian selection box is changed to the name selection box. When the name is not configured, the domian is used.
- Add the specified cookie database file path configuration: some user cookie database files are not in the default path of Chrome, you can find the file and configure the specified path by yourself
IDEA version must be greater than or equal to 2018.3.6
Option One: Search for Java Http Call Helper in the plugin market to install
Option Two: Self-service build
First clone the project to the local
git clone https://github.com/threeone-wang/HttpInvokerIdeaPlugin.git
IDEA opens the project and waits for the import to complete.
Execute Task: Gradle --> intellij --> buildPlugin
The generated plugin package is in the build/distributions directory.
Option Three:Download the plugin zip package from Github
https://github.com/threeone-wang/HttpInvokerIdeaPlugin/releases/tag/1.0.0
See how IDEA installs plug-ins locally:
https://www.jetbrains.com/help/idea/managing-plugins.html#install_plugin_from_disk