File tree 2 files changed +10
-16
lines changed
APIJSONBoot-MultiDataSource
2 files changed +10
-16
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-multi-datasource</artifactId >
8
- <version >7.1.0 </version >
8
+ <version >7.1.7 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >APIJSONBoot-MultiDataSource</name >
59
59
<dependency >
60
60
<groupId >com.github.Tencent</groupId >
61
61
<artifactId >APIJSON</artifactId >
62
- <version >7.1.0 </version >
62
+ <version >7.5.5 </version >
63
63
</dependency >
64
64
<dependency >
65
65
<groupId >com.github.APIJSON</groupId >
66
66
<artifactId >apijson-framework</artifactId >
67
- <version >7.1.0 </version >
67
+ <version >7.1.7 </version >
68
68
</dependency >
69
69
<dependency >
70
70
<groupId >com.github.APIJSON</groupId >
71
71
<artifactId >apijson-column</artifactId >
72
- <version >2.1.0 </version >
72
+ <version >2.1.5 </version >
73
73
</dependency >
74
74
<dependency >
75
75
<groupId >com.github.APIJSON</groupId >
76
76
<artifactId >apijson-router</artifactId >
77
- <version >2.1.0 </version >
77
+ <version >2.1.7 </version >
78
78
</dependency >
79
79
<!-- <dependency>-->
80
80
<!-- <groupId>com.surrealdb</groupId>-->
298
298
</exclusions >
299
299
</dependency >
300
300
301
+
301
302
<!-- DemoController /delegate 代理转发请求 HTTP PATCH 方法需要,使用 PATCH 可以取消注释 -->
302
303
<!-- <dependency>-->
303
304
<!-- <groupId>org.apache.httpcomponents.client5</groupId>-->
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >apijson.demo</groupId >
7
7
<artifactId >apijson-demo-javax</artifactId >
8
- <version >7.1.5 </version >
8
+ <version >7.1.7 </version >
9
9
10
10
<name >APIJSONDemo</name >
11
11
<description >Demo project for Testing APIJSON Server based on SpringBoot, compat JDK 1.8~16 and SpringBoot 1.4~2.7</description >
21
21
<dependency >
22
22
<groupId >com.github.Tencent</groupId >
23
23
<artifactId >APIJSON</artifactId >
24
- <version >7.1.0 </version >
24
+ <version >7.5.5 </version >
25
25
</dependency >
26
26
27
27
<dependency >
28
28
<groupId >com.github.APIJSON</groupId >
29
29
<artifactId >apijson-framework</artifactId >
30
- <version >7.1.5 </version >
30
+ <version >7.1.7 </version >
31
31
</dependency >
32
32
33
33
<dependency >
34
34
<groupId >com.github.APIJSON</groupId >
35
35
<artifactId >apijson-router</artifactId >
36
- <version >2.1.5</version >
37
- </dependency >
38
-
39
- <!-- JDK 17+, SpringBoot 3.0+ -->
40
- <dependency >
41
- <groupId >jakarta.servlet</groupId >
42
- <artifactId >jakarta.servlet-api</artifactId >
43
- <version >6.0.0</version >
36
+ <version >2.1.7</version >
44
37
</dependency >
45
38
46
39
<!-- JDK 1.8~16, SpringBoot 1.4~2.7 -->
You can’t perform that action at this time.
0 commit comments