Rocket-API version update, API agile development framework

Rocket-API is an API agile development framework for rapid development of API interface functions. Objects and methods such as Controller, Service, Dao, Mybatis, xml, Entity, VO are no longer defined. It is integrated and used in the form of springboot starter.

Rocket-API 2.2.2 update information:
1. Modify the fields for better compatibility.
    api_info(group) is api_info(group_name)    
    api_info(comment) is api_info(name)    
    api_info_history(group) is api_info_history(group_name)    
    api_info_history( comment) is api_info_history(name)    
    api_example(time) is api_example(elapsed_time)    
    api_info,api_info_history,api_example(create_time,update_time) type is string storage    
2. Fix compatibility, paging, and special symbol transcoding issues in oracle database environment compatibility
3. Add mongo database paging query operation
4. Modify db.pager() function to support paging operation of specified data source
5. Optimize multi-line comment shortcut shift + ctrl + /
6. Fix edit mode and POSTMAN mode switch shortcut alt + w
7 . Fix the abnormal display of page data when not distinguishing between null and ”in the oracle database environment.
8. Define the SysApiPager object to isolate the problem when the paging logic is inconsistent with the user side, such as page 0

Features
1. Used for rapid development of API interface. Longer defined `Controller`,` Service`, `Dao` ,` Mybatis`, `xml`,` Entity`, `VO` other objects and methods.
2. The visual interface, the package will automatically into the reference to the executable script Above, it supports all relational database SQL execution statements, non-relational `MONGODB` query statements. Welcome to expand
3. It is completely integrated based on springboot2.x as the statuser method of springboot project, non-invasive, new and old projects can be quickly integrated
4. You only need to write one line of code to complete most of the business requirements development, and the difficulty level (testing or operation and maintenance) can also participate in the development.
5. Online dynamic compilation, no restart, immediate effect, multi-data source operation
6. Version control, history Record comparison, rollback and other functions
7. Remote one-click publishing to the online environment
8. Online POSTMAN debugging, save POSTMAN information or automatic generation of three-party documents, historical call record storage, plastic recovery
9. Code prompt, SQL prompt, Grammar tips
10. User management control, security control, and historical behavior records
11. After multiple project verifications, traditional business-based development, server efficiency can be increased by 3-5 times, front-end and back-end joint debugging can increase efficiency by 1 time, and test efficiency 2 times improvement

Online demo address:

http://39.98.181.90:8081/interface-ui?id=5f433b40f8b91c43f8835d3c&page=editor

Guess you like

Origin www.oschina.net/news/119461/rocket-api-2-2-2-released