File tree 7 files changed +45
-20
lines changed
APIJSONBoot-MultiDataSource
7 files changed +45
-20
lines changed Original file line number Diff line number Diff line change @@ -14,3 +14,6 @@ APIJSON-Java-Server/APIJSONDemo-HikariCP/.settings
14
14
APIJSON-Java-Server /APIJSONBoot-MultiConnectionPool /.settings
15
15
APIJSON-Java-Server /APIJSONBoot-MultiDataSource /.settings
16
16
APIJSON-Java-Server /APIJSONBoot-MultiDataSource /.idea
17
+ APIJSON-Java-Server /APIJSONDemo-Druid /.idea
18
+ vcs.xml
19
+ APIJSON-Java-Server /APIJSONDemo-HikariCP /.idea
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.boot</groupId >
7
7
<artifactId >apijson-boot-multi-datasource</artifactId >
8
- <version >5.1.1 </version >
8
+ <version >5.1.5 </version >
9
9
<!-- <packaging>jar</packaging> -->
10
10
11
11
<name >APIJSONBoot-MultiDataSource</name >
63
63
<dependency >
64
64
<groupId >com.github.Tencent</groupId >
65
65
<artifactId >APIJSON</artifactId >
66
- <version >5.1.0</version >
66
+ <version >5.1.5</version >
67
+ <scope >compile</scope >
67
68
</dependency >
68
69
<dependency >
69
70
<groupId >com.github.APIJSON</groupId >
70
71
<artifactId >apijson-framework</artifactId >
71
- <version >5.1.1 </version >
72
+ <version >5.1.5 </version >
72
73
</dependency >
73
74
<dependency >
74
75
<groupId >com.github.APIJSON</groupId >
75
76
<artifactId >apijson-column</artifactId >
76
- <version >1.2.2 </version >
77
+ <version >1.2.4 </version >
77
78
</dependency >
78
79
<dependency >
79
80
<groupId >com.github.APIJSON</groupId >
80
81
<artifactId >apijson-router</artifactId >
81
- <version >1.0.2 </version >
82
+ <version >1.0.5 </version >
82
83
</dependency >
83
84
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
84
85
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 >5.1.0 </version >
8
+ <version >5.1.5 </version >
9
9
<!-- <packaging>jar</packaging> -->
10
10
11
11
<name >APIJSONBoot</name >
24
24
<artifactId >activation</artifactId >
25
25
<version >1.1.1</version >
26
26
</dependency >
27
-
27
+
28
28
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
29
29
<dependency >
30
30
<groupId >com.alibaba</groupId >
31
31
<artifactId >fastjson</artifactId >
32
- <version >1.2.79 </version >
32
+ <version >1.2.83 </version >
33
33
</dependency >
34
34
35
35
<!-- apijson-framework 需要用的依赖库,4.0.0 以上 -->
62
62
<dependency >
63
63
<groupId >com.github.Tencent</groupId >
64
64
<artifactId >APIJSON</artifactId >
65
- <version >5.1.0 </version >
65
+ <version >5.1.5 </version >
66
66
</dependency >
67
67
<dependency >
68
68
<groupId >com.github.APIJSON</groupId >
69
69
<artifactId >apijson-framework</artifactId >
70
- <version >5.1.0 </version >
70
+ <version >5.1.5 </version >
71
71
</dependency >
72
72
<dependency >
73
73
<groupId >com.github.APIJSON</groupId >
74
74
<artifactId >apijson-column</artifactId >
75
- <version >1.2.2 </version >
75
+ <version >1.2.4 </version >
76
76
</dependency >
77
77
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
78
78
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.demo</groupId >
7
7
<artifactId >apijson-demo-druid</artifactId >
8
- <version >5.1.0 </version >
8
+ <version >5.1.5 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONDemo-Druid</name >
18
18
</properties >
19
19
20
20
<dependencies >
21
+ <dependency >
22
+ <groupId >javax.activation</groupId >
23
+ <artifactId >activation</artifactId >
24
+ <version >1.1.1</version >
25
+ </dependency >
26
+
21
27
<!-- 需要的 APIJSON 相关依赖 -->
22
28
<dependency >
23
29
<groupId >com.github.APIJSON</groupId >
24
30
<artifactId >apijson-framework</artifactId >
25
- <version >5.1.0 </version >
31
+ <version >5.1.5 </version >
26
32
</dependency >
27
33
28
34
<!-- 需要用的数据库 JDBC 驱动 -->
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.demo</groupId >
7
7
<artifactId >apijson-demo-hikaricp</artifactId >
8
- <version >5.1.0 </version >
8
+ <version >5.1.5 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONDemo</name >
18
18
</properties >
19
19
20
20
<dependencies >
21
+ <dependency >
22
+ <groupId >javax.activation</groupId >
23
+ <artifactId >activation</artifactId >
24
+ <version >1.1.1</version >
25
+ </dependency >
26
+
21
27
<!-- 需要的 APIJSON 相关依赖 -->
22
28
<dependency >
23
29
<groupId >com.github.APIJSON</groupId >
24
30
<artifactId >apijson-framework</artifactId >
25
- <version >5.1.0 </version >
31
+ <version >5.1.5 </version >
26
32
</dependency >
27
33
28
34
<!-- 需要用的数据库 JDBC 驱动 -->
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.demo</groupId >
7
7
<artifactId >apijson-demo</artifactId >
8
- <version >5.1.0</version >
9
- <packaging >jar</packaging >
8
+ <version >5.1.5</version >
10
9
11
10
<name >APIJSONDemo</name >
12
11
<description >Demo project for Testing APIJSON Server based on SpringBoot</description >
18
17
</properties >
19
18
20
19
<dependencies >
20
+ <dependency >
21
+ <groupId >javax.activation</groupId >
22
+ <artifactId >activation</artifactId >
23
+ <version >1.1.1</version >
24
+ </dependency >
25
+
21
26
<!-- 需要的 APIJSON 相关依赖 -->
22
27
<dependency >
23
28
<groupId >com.github.APIJSON</groupId >
24
29
<artifactId >apijson-framework</artifactId >
25
- <version >5.1.0 </version >
30
+ <version >5.1.5 </version >
26
31
</dependency >
27
32
28
33
<!-- 需要用的数据库 JDBC 驱动 -->
Original file line number Diff line number Diff line change 8
8
<name >Demo project for APIJSON Server based on JFinal</name >
9
9
<url >http://maven.apache.org</url >
10
10
<dependencies >
11
+ <dependency >
12
+ <groupId >javax.activation</groupId >
13
+ <artifactId >activation</artifactId >
14
+ <version >1.1.1</version >
11
15
<!-- APIJSON 需要用的依赖库,1.2.0 以上 -->
12
16
<dependency >
13
17
<groupId >com.alibaba</groupId >
14
18
<artifactId >fastjson</artifactId >
15
- <version >1.2.79 </version >
19
+ <version >1.2.83 </version >
16
20
</dependency >
17
21
18
22
<!-- apijson-framework 需要用的依赖库,4.0.0 以上 -->
31
35
<dependency >
32
36
<groupId >com.github.APIJSON</groupId >
33
37
<artifactId >apijson-framework</artifactId >
34
- <version >5.1.0 </version >
38
+ <version >5.1.5 </version >
35
39
</dependency >
36
40
<!-- 可使用 libs 目录的 apijson-orm.jar 和 apijson-framework.jar 来替代,两种方式二选一 >>>>>>>>>> -->
37
41
You can’t perform that action at this time.
0 commit comments