diff --git a/README.md b/README.md index 1342f038..a64ece68 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ [![SpringBoot](https://img.shields.io/badge/SpringBoot-1.x-green.svg)](https://spring.io/projects/spring-boot/) [![SpringBoot](https://img.shields.io/badge/SpringBoot-2.x-green.svg)](https://spring.io/projects/spring-boot/) -[![maven](https://img.shields.io/badge/maven-v3.6.0-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:3.6.0) +[![maven](https://img.shields.io/badge/maven-v3.6.3-green.svg)](https://search.maven.org/search?q=g:com.github.fangjinuo.sqlhelper%20AND%20v:3.6.3) diff --git a/pom.xml b/pom.xml index cecd5fab..f905925a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 ${groupId}:${artifactId}:${version} JDBC Extensions: diff --git a/sqlhelper-batchinsert/pom.xml b/sqlhelper-batchinsert/pom.xml index 6c3206e8..82c1f539 100644 --- a/sqlhelper-batchinsert/pom.xml +++ b/sqlhelper-batchinsert/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-cli-assembly/pom.xml b/sqlhelper-cli-assembly/pom.xml index c9825c3c..27f75975 100644 --- a/sqlhelper-cli-assembly/pom.xml +++ b/sqlhelper-cli-assembly/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-cli/pom.xml b/sqlhelper-cli/pom.xml index 7d799092..d13bf670 100644 --- a/sqlhelper-cli/pom.xml +++ b/sqlhelper-cli/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-common/pom.xml b/sqlhelper-common/pom.xml index dbcff1a8..1b1cc1af 100644 --- a/sqlhelper-common/pom.xml +++ b/sqlhelper-common/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-datasource-flyway/pom.xml b/sqlhelper-datasource-flyway/pom.xml index 3463ec44..9cbde376 100644 --- a/sqlhelper-datasource-flyway/pom.xml +++ b/sqlhelper-datasource-flyway/pom.xml @@ -19,7 +19,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-datasource/pom.xml b/sqlhelper-datasource/pom.xml index 3a2cb51c..15fa6e3c 100644 --- a/sqlhelper-datasource/pom.xml +++ b/sqlhelper-datasource/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-dbutils/pom.xml b/sqlhelper-dbutils/pom.xml index 1310b82e..20158d84 100644 --- a/sqlhelper-dbutils/pom.xml +++ b/sqlhelper-dbutils/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-dialect/pom.xml b/sqlhelper-dialect/pom.xml index 8613e0d3..a194f66e 100644 --- a/sqlhelper-dialect/pom.xml +++ b/sqlhelper-dialect/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-ebean/pom.xml b/sqlhelper-ebean/pom.xml index a467bbf6..21493f3d 100644 --- a/sqlhelper-ebean/pom.xml +++ b/sqlhelper-ebean/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/pom.xml b/sqlhelper-examples/pom.xml index 22e31dd8..89caebd3 100644 --- a/sqlhelper-examples/pom.xml +++ b/sqlhelper-examples/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 com.github.fangjinuo.sqlhelper.examples diff --git a/sqlhelper-examples/sqlhelper-examples-client/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/pom.xml index d25de123..0c5821b1 100644 --- a/sqlhelper-examples/sqlhelper-examples-client/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-client/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml index 43721af4..00cfe998 100644 --- a/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-client/sqlhelper-examples-client-feign/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.client sqlhelper-examples-client - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-db/pom.xml b/sqlhelper-examples/sqlhelper-examples-db/pom.xml index 09eebb72..58639f24 100644 --- a/sqlhelper-examples/sqlhelper-examples-db/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-db/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-model/pom.xml b/sqlhelper-examples/sqlhelper-examples-model/pom.xml index 6f7e5ab9..16dc7682 100644 --- a/sqlhelper-examples/sqlhelper-examples-model/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-model/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/pom.xml index 9aa79b80..90114c58 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml index f16c327f..f06aee54 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-apachedbutils/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-hibernate/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-hibernate/pom.xml index 12a18e18..fc79fc82 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-hibernate/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-hibernate/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml index 572d5eb3..43323562 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-jfinal/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml index ae738713..6838ae79 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mbg/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml index 4009ffc4..78ea12d4 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatis/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 sqlhelper-examples-service-mybatis diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml index 8de60518..bd20b044 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_2x/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 sqlhelper-examples-service-mybatisplus_2x diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml index efbaae7e..707bab47 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-mybatisplus_3x/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 sqlhelper-examples-service-mybatisplus_3x diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml index effcffa1..34a5baeb 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-springjdbc/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml index 02528945..103ba88b 100644 --- a/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-service/sqlhelper-examples-service-tkmapper/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples.service sqlhelper-examples-service - 3.6.2 + 3.6.3 4.0.0 sqlhelper-examples-service-tkmapper diff --git a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml index a9f0499e..b5c1571d 100644 --- a/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml +++ b/sqlhelper-examples/sqlhelper-examples-swagger/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper.examples sqlhelper-examples - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-hibernate/pom.xml b/sqlhelper-hibernate/pom.xml index 5b4c15c8..fbb40867 100644 --- a/sqlhelper-hibernate/pom.xml +++ b/sqlhelper-hibernate/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-jfinal/pom.xml b/sqlhelper-jfinal/pom.xml index 6dff8c3b..dc5ba67c 100644 --- a/sqlhelper-jfinal/pom.xml +++ b/sqlhelper-jfinal/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-jsqlparser/pom.xml b/sqlhelper-jsqlparser/pom.xml index dd8b4e9c..aae1037f 100644 --- a/sqlhelper-jsqlparser/pom.xml +++ b/sqlhelper-jsqlparser/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mango/pom.xml b/sqlhelper-mango/pom.xml index 64ee556e..9c5b7148 100644 --- a/sqlhelper-mango/pom.xml +++ b/sqlhelper-mango/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatis-over-pagehelper/pom.xml b/sqlhelper-mybatis-over-pagehelper/pom.xml index 616e2c58..d40e0d32 100644 --- a/sqlhelper-mybatis-over-pagehelper/pom.xml +++ b/sqlhelper-mybatis-over-pagehelper/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatis-solon-plugin/pom.xml b/sqlhelper-mybatis-solon-plugin/pom.xml index 16d31df0..9bfac63b 100644 --- a/sqlhelper-mybatis-solon-plugin/pom.xml +++ b/sqlhelper-mybatis-solon-plugin/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatis-spring-boot-starter/pom.xml b/sqlhelper-mybatis-spring-boot-starter/pom.xml index 80188db8..8871eee4 100644 --- a/sqlhelper-mybatis-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatis-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatis-spring-common/pom.xml b/sqlhelper-mybatis-spring-common/pom.xml index ff4a6e3c..d5f6a858 100644 --- a/sqlhelper-mybatis-spring-common/pom.xml +++ b/sqlhelper-mybatis-spring-common/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatis/pom.xml b/sqlhelper-mybatis/pom.xml index a6521b57..553d1f1a 100644 --- a/sqlhelper-mybatis/pom.xml +++ b/sqlhelper-mybatis/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 sqlhelper-mybatis ${groupId}:${artifactId}:${version} diff --git a/sqlhelper-mybatisplus-commons/pom.xml b/sqlhelper-mybatisplus-commons/pom.xml index f47344c1..f36f9081 100644 --- a/sqlhelper-mybatisplus-commons/pom.xml +++ b/sqlhelper-mybatisplus-commons/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml index 606b0f60..0181e346 100644 --- a/sqlhelper-mybatisplus-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus-spring-boot-starter/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatisplus/pom.xml b/sqlhelper-mybatisplus/pom.xml index 7f00095b..b5f52501 100644 --- a/sqlhelper-mybatisplus/pom.xml +++ b/sqlhelper-mybatisplus/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml index 8e9a409a..e39a32c9 100644 --- a/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml +++ b/sqlhelper-mybatisplus_2x-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-mybatisplus_2x/pom.xml b/sqlhelper-mybatisplus_2x/pom.xml index 512d3edf..7f722167 100644 --- a/sqlhelper-mybatisplus_2x/pom.xml +++ b/sqlhelper-mybatisplus_2x/pom.xml @@ -6,7 +6,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-springjdbc-spring-boot-starter/pom.xml b/sqlhelper-springjdbc-spring-boot-starter/pom.xml index 68968474..7c6f3d5c 100644 --- a/sqlhelper-springjdbc-spring-boot-starter/pom.xml +++ b/sqlhelper-springjdbc-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-springjdbc/pom.xml b/sqlhelper-springjdbc/pom.xml index 63b84a66..30b8a8d2 100644 --- a/sqlhelper-springjdbc/pom.xml +++ b/sqlhelper-springjdbc/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0 diff --git a/sqlhelper-tkmapper-spring-boot-starter/pom.xml b/sqlhelper-tkmapper-spring-boot-starter/pom.xml index 207c09b0..9090bac6 100644 --- a/sqlhelper-tkmapper-spring-boot-starter/pom.xml +++ b/sqlhelper-tkmapper-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ com.github.fangjinuo.sqlhelper sqlhelper - 3.6.2 + 3.6.3 4.0.0