diff --git a/fluent-sql-annotations/pom.xml b/fluent-sql-annotations/pom.xml index d8069b0..ace661d 100644 --- a/fluent-sql-annotations/pom.xml +++ b/fluent-sql-annotations/pom.xml @@ -5,14 +5,14 @@ fluent-sql group.flyfish.framework - 0.1.0 + 1.0.0 4.0.0 fluent-sql-annotations - 8 - 8 + 17 + 17 diff --git a/fluent-sql-core/pom.xml b/fluent-sql-core/pom.xml index df59a2f..f62a65d 100644 --- a/fluent-sql-core/pom.xml +++ b/fluent-sql-core/pom.xml @@ -5,15 +5,15 @@ fluent-sql group.flyfish.framework - 0.1.0 + 1.0.0 4.0.0 fluent-sql-core - 8 - 8 + 17 + 17 diff --git a/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/SQLImpl.java b/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/SQLImpl.java index b632ae1..fcc4894 100644 --- a/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/SQLImpl.java +++ b/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/SQLImpl.java @@ -369,7 +369,7 @@ final class SQLImpl extends ConcatSegment implements SQLOperations, Pre } @Override - public Mono execute() { + public Mono execute() { return SHARED_REACTIVE_OPERATIONS.execute(entity); } } diff --git a/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/execution/ReactiveBoundEntitySpec.java b/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/execution/ReactiveBoundEntitySpec.java index 075be2d..192ab76 100644 --- a/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/execution/ReactiveBoundEntitySpec.java +++ b/fluent-sql-core/src/main/java/group/flyfish/fluent/chain/execution/ReactiveBoundEntitySpec.java @@ -44,5 +44,5 @@ public interface ReactiveBoundEntitySpec { * * @return 更新行数 */ - Mono execute(); + Mono execute(); } diff --git a/fluent-sql-core/src/main/java/group/flyfish/fluent/operations/ReactiveFluentSQLOperations.java b/fluent-sql-core/src/main/java/group/flyfish/fluent/operations/ReactiveFluentSQLOperations.java index a42c94f..9f8ebf2 100644 --- a/fluent-sql-core/src/main/java/group/flyfish/fluent/operations/ReactiveFluentSQLOperations.java +++ b/fluent-sql-core/src/main/java/group/flyfish/fluent/operations/ReactiveFluentSQLOperations.java @@ -2,7 +2,6 @@ package group.flyfish.fluent.operations; import group.flyfish.fluent.entity.BoundSQLEntity; import group.flyfish.fluent.entity.DataPage; -import group.flyfish.fluent.entity.SQLEntity; import org.springframework.lang.Nullable; import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; @@ -50,5 +49,5 @@ public interface ReactiveFluentSQLOperations { * @param entity sql实体 * @return 更新行数 */ - Mono execute(BoundSQLEntity entity); + Mono execute(BoundSQLEntity entity); } diff --git a/fluent-sql-spring-boot-starter/pom.xml b/fluent-sql-spring-boot-starter/pom.xml index cc78f47..b5a9c93 100644 --- a/fluent-sql-spring-boot-starter/pom.xml +++ b/fluent-sql-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ fluent-sql group.flyfish.framework - 0.1.0 + 1.0.0 spring boot 快速集成组件 4.0.0 @@ -13,8 +13,8 @@ fluent-sql-spring-boot-starter - 8 - 8 + 17 + 17 diff --git a/fluent-sql-spring/pom.xml b/fluent-sql-spring/pom.xml index 1d9632a..c281206 100644 --- a/fluent-sql-spring/pom.xml +++ b/fluent-sql-spring/pom.xml @@ -5,15 +5,15 @@ fluent-sql group.flyfish.framework - 0.1.0 + 1.0.0 4.0.0 fluent-sql-spring - 8 - 8 + 17 + 17 @@ -49,7 +49,6 @@ io.asyncer r2dbc-mysql - 0.9.7 test diff --git a/fluent-sql-spring/src/main/java/group/flyfish/fluent/operations/R2dbcFluentSQLOperations.java b/fluent-sql-spring/src/main/java/group/flyfish/fluent/operations/R2dbcFluentSQLOperations.java index b27ef08..9916cc0 100644 --- a/fluent-sql-spring/src/main/java/group/flyfish/fluent/operations/R2dbcFluentSQLOperations.java +++ b/fluent-sql-spring/src/main/java/group/flyfish/fluent/operations/R2dbcFluentSQLOperations.java @@ -61,7 +61,7 @@ public class R2dbcFluentSQLOperations implements ReactiveFluentSQLOperations { * @return 更新行数 */ @Override - public Mono execute(BoundSQLEntity entity) { + public Mono execute(BoundSQLEntity entity) { return resolve(entity).fetch().rowsUpdated(); } diff --git a/pom.xml b/pom.xml index 5230e4d..4bd8cac 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ group.flyfish.framework fluent-sql pom - 0.1.0 + 1.0.0 fluent-sql A very fast sql generation engine using fluent-style api. Help you start your work without mybatis! @@ -35,12 +35,12 @@ - 8 - 8 + 17 + 17 1.18.24 2.17.2 - 2.7.18 - 5.3.22 + 3.3.1 + 6.1.10 @@ -158,6 +158,12 @@ 8.0.29 test + + io.asyncer + r2dbc-mysql + 1.1.3 + test + io.projectreactor reactor-core