We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent baa6209 commit ffb9016Copy full SHA for ffb9016
APIJSON-Java-Server/README.md
@@ -3,6 +3,9 @@
3
[APIJSONBoot](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot) 为 APIJSON + SpringBoot 的接近生产环境成品的 Demo;<br />
4
[APIJSONFinal](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONFinal) 为 APIJSON + JFinal 的接近生产环境成品的 Demo。<br />
5
6
+其中 APIJSONDemo 关闭了权限校验,不需要配置权限即可体验 /get 这个万能查询接口。<br />
7
+新手建议先从 APIJSONDemo 入手体验,然后再转用 APIJSONBoot/APIJSONFinal。
8
+
9
Oracle, SQLServer 的 JDBC 驱动用了 GPL 类协议,所以示例项目的 pom.xml 都没有加它们的 Maven 依赖,需要自己加。<br />
10
<br />
11
以下简要地说明了上手步骤,也可以看这个详细的 [图文入门教程](https://vincentcheng.github.io/apijson-doc/zh)
0 commit comments