Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aborn/webx
Web Development Toolkit (WebX)
https://github.com/aborn/webx
Last synced: 30 days ago
JSON representation
Web Development Toolkit (WebX)
- Host: GitHub
- URL: https://github.com/aborn/webx
- Owner: aborn
- Created: 2021-01-29T05:55:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-06T08:57:58.000Z (over 1 year ago)
- Last Synced: 2023-06-17T08:40:18.471Z (over 1 year ago)
- Language: Java
- Homepage: https://plugins.jetbrains.com/plugin/16053-webx
- Size: 774 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WebX
![Build](https://github.com/aborn/WebX/workflows/Build/badge.svg)
[![Version](https://img.shields.io/jetbrains/plugin/v/16053-webx.svg)](https://plugins.jetbrains.com/plugin/16053-webx)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/16053-webx.svg)](https://plugins.jetbrains.com/plugin/16053-webx)## WebX (Web development extensions)
WebX is a powerful Intellij IDEA plugin for develop web services.
### Functions
* *ONE STEP* quick navigation to URL mapping declarations.
( use: `Ctrl + \` or `Ctrl + Alt + N` )
* Show RESTful service structure.### Supported frameworks
* Spring (Spring MVC / Spring Boot)
* JAX-RS
## Template ToDo list
- [x] Create a new [IntelliJ Platform Plugin Template][template] project.
- [x] Verify the [pluginGroup](/gradle.properties), [plugin ID](/src/main/resources/META-INF/plugin.xml) and [sources package](/src/main/kotlin).
- [x] Review the [Legal Agreements](https://plugins.jetbrains.com/docs/marketplace/legal-agreements.html).
- [x] [Publish a plugin manually](https://plugins.jetbrains.com/docs/intellij/publishing-plugin.html?from=IJPluginTemplate) for the first time.
- [x] Set the Plugin ID in the above README badges.
- [x] Set the [Deployment Token](https://plugins.jetbrains.com/docs/marketplace/plugin-upload.html).
- [x] Click the Watch button on the top of the [IntelliJ Platform Plugin Template][template] to be notified about releases containing new features and fixes.## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "WebX" >
Install Plugin
- Manually:Download the [latest release](https://github.com/aborn/WebX/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...- Note: IDEA Version >= 2019.3
## Demo
* Search
![](src/main/resources/images/webx_search.png)* Tree
![](src/main/resources/images/webx_tree.png)---
### WebX(强大的Web开发扩展插件)
WebX是一套强大的Web开发扩展插件,源于[RestfulToolkit](https://github.com/mrmanzhaow/RestfulToolkit) 并在其基础上对最新版本的IDEA做了支持。### 功能
* 根据 URL 直接导航到对应的方法定义 ( `Ctrl \` or `Ctrl Alt N` )。
* 提供服务树的显示窗口。### 支持的框架
* Spring (Spring MVC / Spring Boot)
* JAX-RS
### 「i极客日历」微信小程序[iCalendar](https://github.com/aborn/iCalendar)
![](docs/wechat_430.jpg)
### 配置自己的token和id
* 打开配置入口
![](docs/UserSetting1.jpg)* 配置信息
![](docs/UserSetting2.jpg)[template]: https://github.com/JetBrains/intellij-platform-plugin-template