- JRE Installed
- Write Javadoc above your code, not Comment
/**
* this is javadoc format
*/
// this is inline comment
/* this is block comment */
RabiAPI using static analysis your source code, so dependency will not be processed yet.
Class from jar dependency will not appear in RabiAPI.
Manually dependency adding will coming in next few version.
- All Java Primitive Types
- Java Container Types, List/Set/Map/Array
- Java Date Types
- Generic & Inheritance Support
- Recursive Support
- Enumeration Support
- Inner Class Support
- @RestController
- @GetMapping @PostingMapping @PutMapping @DeleteMapping
- @RequestMapping
We support java project build by Gradle or Maven,
RabiAPI support git project and will list all local branches for you, click one to add, after complete, you can switch between different branches.
You still need to run git pull
manually, because we promise offline using
Before click refresh button, it's better to run git pull
to check if has any update, or run git status
to check if there is any uncommited codes.
RabiAPI will show error message after run git checkout
failed.
Demo project cannot be deleted.
Click the dot menu in project selector or branch selector then click DELETE button.
RabiAPI cannot read file path after you do such things, so just delete the current project then re-add it from new path.
Module witch has no API will be ignored, click module selector under Local Repository to switch between modules.
//TODO
Click Show JSON button behind the parameters or response subtitle,