File tree Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Expand file tree Collapse file tree 2 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 6666 </dependency >
6767 <!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
6868
69- <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
69+ <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
7070 <dependency >
7171 <groupId >mysql</groupId >
7272 <artifactId >mysql-connector-java</artifactId >
73- <version >8.0.16 </version >
73+ <version >8.0.22 </version >
7474 </dependency >
7575 <dependency >
7676 <groupId >org.postgresql</groupId >
7777 <artifactId >postgresql</artifactId >
78- <version >42.2.5 </version >
78+ <version >42.2.18 </version >
7979 </dependency >
8080 <dependency >
8181 <groupId >net.sourceforge.jtds</groupId >
8282 <artifactId >jtds</artifactId >
8383 <version >1.3.1</version >
8484 </dependency >
85- <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
85+ <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
8686 <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
8787
8888
Original file line number Diff line number Diff line change 3333 </dependency >
3434 <!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
3535
36- <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
36+ <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
3737 <dependency >
3838 <groupId >mysql</groupId >
3939 <artifactId >mysql-connector-java</artifactId >
40- <version >8.0.16 </version >
40+ <version >8.0.22 </version >
4141 </dependency >
4242 <dependency >
4343 <groupId >org.postgresql</groupId >
4444 <artifactId >postgresql</artifactId >
45- <version >42.2.5 </version >
45+ <version >42.2.18 </version >
4646 </dependency >
47- <dependency >
48- <groupId >net.sourceforge.jtds</groupId >
49- <artifactId >jtds</artifactId >
50- <version >1.3.1</version >
51- </dependency >
52- <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
53- <!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
47+ <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
5448
5549 <!-- APIJSONBoot 需要用的 JFinal 框架,3.5 以上 -->
5650 <dependency >
You can’t perform that action at this time.
0 commit comments