Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/APIJSON/APIJSON-Demo
Browse files Browse the repository at this point in the history
* 'master' of https://github.com/APIJSON/APIJSON-Demo:
  Java:新增 3 个 Demo 的使用建议
  Java:APIJSONBoot 新增 自定义 API 的说明(非 APIJSON 万能 API)
  • Loading branch information
TommyLemon committed Mar 27, 2021
2 parents 1810dcc + ffb9016 commit 1f16e37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions APIJSON-Java-Server/APIJSONBoot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,6 @@ APIJSON + SpringBoot 接近成品的 Demo
### 运行

右键 DemoApplication > Run As > Java Application

### 自定义 API 的说明(非 APIJSON 万能 API)
https://github.com/xlongwei/light4j/tree/master/apijson#apijson%E8%B4%A6%E6%88%B7%E7%AE%A1%E7%90%86
3 changes: 3 additions & 0 deletions APIJSON-Java-Server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
[APIJSONBoot](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot) 为 APIJSON + SpringBoot 的接近生产环境成品的 Demo;<br />
[APIJSONFinal](https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONFinal) 为 APIJSON + JFinal 的接近生产环境成品的 Demo。<br />

其中 APIJSONDemo 关闭了权限校验,不需要配置权限即可体验 /get 这个万能查询接口。<br />
新手建议先从 APIJSONDemo 入手体验,然后再转用 APIJSONBoot/APIJSONFinal。

Oracle, SQLServer 的 JDBC 驱动用了 GPL 类协议,所以示例项目的 pom.xml 都没有加它们的 Maven 依赖,需要自己加。<br />
<br />
以下简要地说明了上手步骤,也可以看这个详细的 [图文入门教程](https://vincentcheng.github.io/apijson-doc/zh)
Expand Down

0 comments on commit 1f16e37

Please sign in to comment.