https://github.com/imyzt/pojo-to-form-data
An intellij plugin that supports converting POJO classes to colon-separated K: V structure strings to the pasteboard
https://github.com/imyzt/pojo-to-form-data
idea-plugin pojo-converting
Last synced: 2 months ago
JSON representation
An intellij plugin that supports converting POJO classes to colon-separated K: V structure strings to the pasteboard
- Host: GitHub
- URL: https://github.com/imyzt/pojo-to-form-data
- Owner: imyzt
- License: apache-2.0
- Created: 2020-01-18T08:51:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-01T07:34:51.000Z (about 5 years ago)
- Last Synced: 2025-02-05T11:46:18.611Z (4 months ago)
- Topics: idea-plugin, pojo-converting
- Language: Java
- Homepage:
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# quick start
1. Install Plugin
Intellij IDEA -> Preferences -> Plugins -> Search **PojoToFormData** -> Install -> Restart IDEA
2. How to use
- 右击POJO类

- 选择PojoToFormData(Control + Shift + N)

- 粘贴至Postman或接口文档
