Tencent / APIJSON

🏆 实时 零代码、全功能、强安全 ORM 库 🚀 后端接口和文档零代码,前端(客户端) 定制返回 JSON 的数据和结构 🏆 Real-Time coding-free, powerful and secure ORM 🚀 providing APIs and Docs without coding by Backend, and the returned JSON of API can be customized by Frontend(Client) users
http://apijson.cn
Other
17.32k stars 2.16k forks source link

感觉功能强大,但是上手成本高 #150

Open junixapp opened 4 years ago

junixapp commented 4 years ago

具体说下 现在需要下载源码,进行开发,能不能做成依赖库,我只需要依赖下,进行一些配置即可。

为什么 感觉功能强大,但是上手成本高,

TommyLemon commented 4 years ago

可以通过 Maven 或 Gradle 等远程依赖 https://github.com/APIJSON/apijson-orm https://github.com/APIJSON/apijson-framework

这个最简单的 Demo 就只是依赖了 apijson-framework https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBootTest

文档上说的下载源码是指下载 Demo 源码,方便测试功能和参考配置。 APIJSONBootTest 只有 3 个类:

已经非常简单了 https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBootTest/src/main/java/apijson/boot/test

image