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 66
66
</dependency >
67
67
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
68
68
69
- <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
69
+ <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
70
70
<dependency >
71
71
<groupId >mysql</groupId >
72
72
<artifactId >mysql-connector-java</artifactId >
73
- <version >8.0.16 </version >
73
+ <version >8.0.22 </version >
74
74
</dependency >
75
75
<dependency >
76
76
<groupId >org.postgresql</groupId >
77
77
<artifactId >postgresql</artifactId >
78
- <version >42.2.5 </version >
78
+ <version >42.2.18 </version >
79
79
</dependency >
80
80
<dependency >
81
81
<groupId >net.sourceforge.jtds</groupId >
82
82
<artifactId >jtds</artifactId >
83
83
<version >1.3.1</version >
84
84
</dependency >
85
- <!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,需要自行下载 jar 包 -->
85
+ <!-- Oracle, SQLServer 等其它数据库的 JDBC 驱动,可以在这里加上 Maven 依赖或 libs 目录放 Jar 包并依赖 -->
86
86
<!-- 数据库 JDBC 驱动 >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> -->
87
87
88
88
Original file line number Diff line number Diff line change 33
33
</dependency >
34
34
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
35
35
36
- <!-- 数据库 JDBC 驱动 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< -->
36
+ <!-- APIJSONBoot 需要用的数据库 JDBC 驱动 -->
37
37
<dependency >
38
38
<groupId >mysql</groupId >
39
39
<artifactId >mysql-connector-java</artifactId >
40
- <version >8.0.16 </version >
40
+ <version >8.0.22 </version >
41
41
</dependency >
42
42
<dependency >
43
43
<groupId >org.postgresql</groupId >
44
44
<artifactId >postgresql</artifactId >
45
- <version >42.2.5 </version >
45
+ <version >42.2.18 </version >
46
46
</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 包并依赖 -->
54
48
55
49
<!-- APIJSONBoot 需要用的 JFinal 框架,3.5 以上 -->
56
50
<dependency >
You can’t perform that action at this time.
0 commit comments