File tree Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Expand file tree Collapse file tree 3 files changed +20
-19
lines changed Original file line number Diff line number Diff line change 3232 <version >4.0.1</version >
3333 </dependency >
3434
35- <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一
36- <<<<<<<<< -->
35+ <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 <<<<<<<<< -->
3736 <dependency >
3837 <groupId >com.github.TommyLemon</groupId >
3938 <artifactId >unitauto-java</artifactId >
4948 <artifactId >classgraph</artifactId >
5049 <version >4.8.87</version >
5150 </dependency >
52- <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一
53- >>>>>>>>> -->
51+ <!-- 单元测试:可使用 libs 目录的 unitauto-java.jar 和 unitauto-jar.jar 来替代,两种方式二选一 >>>>>>>>> -->
5452
5553
5654 <!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 <<<<<<<<<< -->
6664 </dependency >
6765 <!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
6866
69- <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
67+ <!-- 需要用的数据库 JDBC 驱动 -->
7068 <dependency >
7169 <groupId >mysql</groupId >
7270 <artifactId >mysql-connector-java</artifactId >
Original file line number Diff line number Diff line change 1818 </properties >
1919
2020 <dependencies >
21- <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
21+ <!-- 需要的 APIJSON 相关依赖 -->
22+ <dependency >
23+ <groupId >com.github.APIJSON</groupId >
24+ <artifactId >apijson-framework</artifactId >
25+ <version >LATEST</version >
26+ </dependency >
27+
28+ <!-- 需要用的数据库 JDBC 驱动 -->
2229 <dependency >
2330 <groupId >mysql</groupId >
2431 <artifactId >mysql-connector-java</artifactId >
3138 </dependency >
3239 <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
3340
34- <!-- APIJSONBoot 需要的 APIJSON 相关依赖 -->
35- <dependency >
36- <groupId >com.github.APIJSON</groupId >
37- <artifactId >apijson-framework</artifactId >
38- <version >LATEST</version >
39- </dependency >
40-
41- <!-- APIJSONBoot 需要用的 SpringBoot 框架,1.4.0 以上 -->
41+ <!-- 需要用的 SpringBoot 框架,1.4.0 以上 -->
4242 <dependency >
4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change 88 <name >Demo project for APIJSON Server based on JFinal</name >
99 <url >http://maven.apache.org</url >
1010 <dependencies >
11+ <!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
1112 <dependency >
1213 <groupId >com.alibaba</groupId >
1314 <artifactId >fastjson</artifactId >
1415 <version >1.2.74</version >
1516 </dependency >
1617
18+ <!-- apijson-framework 需要用的依赖库,4.0.0 以上 -->
1719 <dependency >
1820 <groupId >javax.servlet</groupId >
1921 <artifactId >javax.servlet-api</artifactId >
3335 </dependency >
3436 <!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3537
36- <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
38+ <!-- 需要用的数据库 JDBC 驱动 -->
3739 <dependency >
3840 <groupId >mysql</groupId >
3941 <artifactId >mysql-connector-java</artifactId >
4648 </dependency >
4749 <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
4850
49- <!-- APIJSONBoot 需要用的 JFinal 框架,3.5 以上 -->
51+ <!-- 需要用的 JFinal 框架,3.5 以上 -->
5052 <dependency >
5153 <groupId >com.jfinal</groupId >
5254 <artifactId >jfinal-undertow</artifactId >
53- <version >1.9 </version >
55+ <version >2.4 </version >
5456 </dependency >
5557 <dependency >
5658 <groupId >com.jfinal</groupId >
5759 <artifactId >jfinal</artifactId >
58- <version >4.6 </version >
60+ <version >4.9.06 </version >
5961 </dependency >
60- <!-- cors跨域 -->
62+
63+ <!-- CORS 跨域 -->
6164 <dependency >
6265 <groupId >com.thetransactioncompany</groupId >
6366 <artifactId >cors-filter</artifactId >
You can’t perform that action at this time.
0 commit comments