Skip to content

Commit 8966025

Browse files
committed
Java:MultiDataSource 升级 APIJSON 6.2.0, apijson-framework 6.2.0, apijson-column 1.7.0, apijson-router 1.7.0
1 parent 33dc3d8 commit 8966025

10 files changed

+7
-7
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>apijson.boot</groupId>
77
<artifactId>apijson-boot-multi-datasource</artifactId>
8-
<version>6.1.0</version>
8+
<version>6.2.0</version>
99
<packaging>jar</packaging>
1010

1111
<name>APIJSONBoot-MultiDataSource</name>
@@ -56,22 +56,22 @@
5656
<dependency>
5757
<groupId>com.github.Tencent</groupId>
5858
<artifactId>APIJSON</artifactId>
59-
<version>6.1.0</version>
59+
<version>6.2.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.github.APIJSON</groupId>
6363
<artifactId>apijson-framework</artifactId>
64-
<version>6.1.0</version>
64+
<version>6.2.0</version>
6565
</dependency>
6666
<dependency>
6767
<groupId>com.github.APIJSON</groupId>
6868
<artifactId>apijson-column</artifactId>
69-
<version>1.6.0</version>
69+
<version>1.7.0</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>com.github.APIJSON</groupId>
7373
<artifactId>apijson-router</artifactId>
74-
<version>1.6.0</version>
74+
<version>1.7.0</version>
7575
</dependency>
7676
<!-- 可使用 libs 目录的 apijson-orm.jar, apijson-framework.jar, apijson-column.jar 来替代,两种方式二选一 >>>>>>>>>> -->
7777

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/demo/DemoSQLConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
* https://github.com/Tencent/APIJSON/blob/master/%E8%AF%A6%E7%BB%86%E7%9A%84%E8%AF%B4%E6%98%8E%E6%96%87%E6%A1%A3.md#c-1-1%E4%BF%AE%E6%94%B9%E6%95%B0%E6%8D%AE%E5%BA%93%E9%93%BE%E6%8E%A5
4242
* @author Lemon
4343
*/
44-
public class DemoSQLConfig extends APIJSONSQLConfig<Long> {
44+
public class DemoSQLConfig extends APIJSONSQLConfig {
4545

4646
public DemoSQLConfig() {
4747
super();

APIJSON-Java-Server/APIJSONBoot-MultiDataSource/src/main/java/apijson/demo/DemoSQLExecutor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
*
6262
* @author Lemon
6363
*/
64-
public class DemoSQLExecutor extends APIJSONSQLExecutor<Long> {
64+
public class DemoSQLExecutor extends APIJSONSQLExecutor {
6565
public static final String TAG = "DemoSQLExecutor";
6666

6767
// Redis 缓存 <<<<<<<<<<<<<<<<<<<<<<<

0 commit comments

Comments
 (0)