WebX is a powerful Intellij IDEA plugin for develop web services.
- ONE STEP quick navigation to URL mapping declarations.
( use:
Ctrl + \orCtrl + Alt + N) - Show RESTful service structure.
- Spring (Spring MVC / Spring Boot)
- JAX-RS
- Create a new IntelliJ Platform Plugin Template project.
- Verify the pluginGroup, plugin ID and sources package.
- Review the Legal Agreements.
- Publish a plugin manually for the first time.
- Set the Plugin ID in the above README badges.
- Set the Deployment Token.
- Click the Watch button on the top of the IntelliJ Platform Plugin Template to be notified about releases containing new features and fixes.
-
Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "WebX" > Install Plugin
-
Manually:
Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
-
Note: IDEA Version >= 2019.3
WebX是一套强大的Web开发扩展插件,源于RestfulToolkit 并在其基础上对最新版本的IDEA做了支持。
- 根据 URL 直接导航到对应的方法定义 (
Ctrl \orCtrl Alt N)。 - 提供服务树的显示窗口。
- Spring (Spring MVC / Spring Boot)
- JAX-RS