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 1
1
# APIJSON后端上手 - Java
2
+ ### JDBC Demo:
2
3
[ APIJSONDemo] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONDemo ) 为 APIJSON + SpringBoot 的最简单的初级使用 Demo;<br />
3
4
[ APIJSONBoot] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONBoot ) 为 APIJSON + SpringBoot 的接近生产环境成品的 Demo;<br />
4
5
[ APIJSONFinal] ( https://github.com/APIJSON/APIJSON-Demo/tree/master/APIJSON-Java-Server/APIJSONFinal ) 为 APIJSON + JFinal 的接近生产环境成品的 Demo。<br />
5
6
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 />
6
13
其中 APIJSONDemo 关闭了权限校验,不需要配置权限即可体验 /get 这个万能查询接口。<br />
7
14
新手建议先从 APIJSONDemo 入手体验,然后再转用 APIJSONBoot/APIJSONFinal。
8
15
You can’t perform that action at this time.
0 commit comments