File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 11# APIJSON后端上手 - Java
2+ ### JDBC Demo:
23[ APIJSONDemo] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDemo ) 为 APIJSON + SpringBoot 的最简单的初级使用 Demo;<br />
34[ APIJSONBoot] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot ) 为 APIJSON + SpringBoot 的接近生产环境成品的 Demo;<br />
45[ APIJSONFinal] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONFinal ) 为 APIJSON + JFinal 的接近生产环境成品的 Demo。<br />
56
7+ ### 连接池 Demo
8+ [ APIJSONDemo-Druid] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot ) 为 APIJSON + SpringBoot + Druid 的简单初级使用 Demo;<br />
9+ [ APIJSONDemo-HikariCP] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot ) 为 APIJSON + SpringBoot + HikariCP 的简单初级使用 Demo;<br />
10+ [ APIJSONBoot-MultiDataSource] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot ) 为 APIJSON + SpringBoot + Druid + HikariCP 的接近生产环境成品的 Demo。<br />
11+
12+ <br />
613其中 APIJSONDemo 关闭了权限校验,不需要配置权限即可体验 /get 这个万能查询接口。<br />
714新手建议先从 APIJSONDemo 入手体验,然后再转用 APIJSONBoot/APIJSONFinal。
815
You can’t perform that action at this time.
0 commit comments