File tree Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Expand file tree Collapse file tree 3 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.boot</groupId >
7
7
<artifactId >apijson-boot</artifactId >
8
- <version >4.0 .0</version >
8
+ <version >4.1 .0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONBoot</name >
14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >1.4.1.RELEASE</version > <!-- 改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
17
+ <version >1.4.1.RELEASE</version > <!-- 改成 2.1.9 直接报错,找不到 mysql-connector-java 等 3 个驱动包 <version>2.1.9.RELEASE</version> -->
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
63
63
<artifactId >jtds</artifactId >
64
64
<version >1.3.1</version >
65
65
</dependency >
66
+ <!-- https://mvnrepository.com/artifact/com.ibm.db2/jcc -->
67
+ <dependency >
68
+ <groupId >com.ibm.db2</groupId >
69
+ <artifactId >jcc</artifactId >
70
+ <version >11.5.0.0</version >
71
+ </dependency >
72
+
66
73
<!-- 没找到合适且稳定的 Oracle 的 JDBC Maven 依赖,已在 libs 目录放了对应的 jar 包来替代 -->
67
74
68
75
<dependency >
108
115
</snapshots >
109
116
</repository >
110
117
<repository >
111
- <id >jitpack.io</id >
112
- <url >https://jitpack.io</url >
118
+ <id >jitpack.io</id >
119
+ <url >https://jitpack.io</url >
113
120
</repository >
114
121
</repositories >
115
122
<pluginRepositories >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.framework</groupId >
7
7
<artifactId >apijson-framework</artifactId >
8
- <version >4.0 .0</version >
8
+ <version >4.1 .0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONFramework</name >
26
26
<dependency >
27
27
<groupId >com.github.APIJSON</groupId >
28
28
<artifactId >apijson-orm</artifactId >
29
- <version >4.0 .0</version >
29
+ <version >4.1 .0</version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >javax.servlet</groupId >
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.orm</groupId >
7
7
<artifactId >apijson-orm</artifactId >
8
- <version >4.0 .0</version >
8
+ <version >4.1 .0</version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONORM</name >
You can’t perform that action at this time.
0 commit comments