diff --git a/docs/test.md b/docs/test.md
index eef42e72..35253ff7 100644
--- a/docs/test.md
+++ b/docs/test.md
@@ -121,7 +121,6 @@ public class RedisEnvTest extends BaseTestCase {
| Redis | `@RedisEnv` | `@RedisProperties` | |
| DataSource | `@DataSourceEnv` | `@DataSourceProperties` | |
| ElasticSearch | `@EsEnv` | `@EsProperties` | |
-| Feign | `@FeignEnv` | | |
| Mybatis | `@MybatisEnv` | `@MybatisProperties` | |
| MybatisPlus | `@MybatisPlusEnv` | `@MybatisPlusProperties` | |
| ... | | | |
diff --git a/uno-bom/pom.xml b/uno-bom/pom.xml
index 77e51d0e..88ca1c6d 100644
--- a/uno-bom/pom.xml
+++ b/uno-bom/pom.xml
@@ -5,8 +5,8 @@
org.springframework.boot
spring-boot-starter-parent
- 2.3.12.RELEASE
-
+ 3.1.5
+
4.0.0
@@ -24,48 +24,46 @@
1.0.1
2.11.4
- 1.2.78
1.12.2
3.3.0
1.18.22
5.6.2
- 4.0.0
- 30.1.1-jre
+ 5.6.0
+ 31.1-jre
2.2.17
1.6.2
- 3.2.0
+ 3.0.0
3.0.2
3.5.3
-
- 4.0.11
- 1.2.5
+ 1.2.20
8.0.22
12.2.0.1
42.2.22
8.4.1.jre8
- 3.3.6
-
- 0.31.0
- 3.0.0
+ 4.1.3
+
27.0
+ 3.7.0
2.5.1
- 4.4.0
- 1.8
8.7.1
6.7.0
5.3.1
- 2.4.0
3.2.4
+
3.2.1
- 2.0.1
+
+
+ 2.0.1
+
+
0.4.6
@@ -264,18 +262,18 @@
${swagger-v2.version}
provided
-
-
- com.alibaba
- QLExpress
- ${qlexpress.version}
-
org.mybatis.spring.boot
mybatis-spring-boot-starter
${mybatis-spring-boot.version}
provided
+
+ org.mybatis.spring.boot
+ mybatis-spring-boot-starter-test
+ ${mybatis-spring-boot.version}
+ test
+
com.baomidou
mybatis-plus-boot-starter
@@ -328,36 +326,6 @@
${mybatis-plus-dynamic.version}
provided
-
- org.hswebframework.web
- hsweb-commons-crud
- ${hsweb-framework.version}
-
-
- io.opentracing
- opentracing-api
- ${oepntracing.version}
-
-
- io.opentracing
- opentracing-util
- ${oepntracing.version}
-
-
- com.playtika.reactivefeign
- feign-reactor-cloud
- ${feign-reactor.version}
-
-
- com.playtika.reactivefeign
- feign-reactor-webclient
- ${feign-reactor.version}
-
-
- com.playtika.reactivefeign
- feign-reactor-spring-configuration
- ${feign-reactor.version}
-
io.springfox
springfox-swagger2
@@ -383,26 +351,6 @@
postgis-jdbc
${postgis-jdbc.version}
-
- cn.afterturn
- easypoi-annotation
- ${easypoi.version}
-
-
- cn.afterturn
- easypoi-base
- ${easypoi.version}
-
-
- cn.afterturn
- easypoi-web
- ${easypoi-version}
-
-
- org.apache.commons
- commons-csv
- ${appache-commons-csv.version}
-
com.influxdb
influxdb-client-java
@@ -437,7 +385,7 @@
jakarta.json
jakarta.json-api
- ${jakarta.json-api.version}
+ ${jakarta.version}
com.taosdata.jdbc
diff --git a/uno-components/uno-component-sequential/pom.xml b/uno-components/uno-component-sequential/pom.xml
index 36c2441b..9cffbd4e 100644
--- a/uno-components/uno-component-sequential/pom.xml
+++ b/uno-components/uno-component-sequential/pom.xml
@@ -43,20 +43,10 @@
elasticsearch-java
test
-
- org.elasticsearch.client
- elasticsearch-rest-high-level-client
- test
-
org.elasticsearch.client
elasticsearch-rest-client
test
-
- org.elasticsearch
- elasticsearch
- test
-
\ No newline at end of file
diff --git a/uno-data/pom.xml b/uno-data/pom.xml
index 742d29ce..e081571e 100644
--- a/uno-data/pom.xml
+++ b/uno-data/pom.xml
@@ -51,20 +51,11 @@
elasticsearch-java
provided
-
- org.elasticsearch.client
- elasticsearch-rest-high-level-client
- provided
-
org.elasticsearch.client
elasticsearch-rest-client
provided
-
- org.elasticsearch
- elasticsearch
-
jakarta.persistence
jakarta.persistence-api
@@ -81,10 +72,6 @@
taos-jdbcdriver
provided
-
- cn.afterturn
- easypoi-base
-
org.springframework.boot
spring-boot-starter-data-jpa
@@ -126,9 +113,8 @@
provided
- dev.miku
+ io.asyncer
r2dbc-mysql
- provided
io.r2dbc
@@ -136,9 +122,8 @@
provided
- io.r2dbc
+ org.postgresql
r2dbc-postgresql
- provided
io.r2dbc
@@ -184,11 +169,6 @@
-
- org.apache.commons
- commons-csv
- test
-
org.springframework
spring-webmvc
diff --git a/uno-data/src/main/java/cc/allio/uno/data/query/excel/CellDataDeal.java b/uno-data/src/main/java/cc/allio/uno/data/query/excel/CellDataDeal.java
deleted file mode 100644
index 5ee1267d..00000000
--- a/uno-data/src/main/java/cc/allio/uno/data/query/excel/CellDataDeal.java
+++ /dev/null
@@ -1,24 +0,0 @@
-package cc.allio.uno.data.query.excel;
-
-import java.util.Collection;
-import java.util.List;
-import java.util.Map;
-
-/**
- * 实现设备历史监测数据进行导出时候,调用该类方法进行数据处理
- *
- * @author cxd
- * @date 2022/12/30 22:49
- * @since 1.1.2
- */
-
-public interface CellDataDeal {
-
- /**
- * @param dataMap
- * @param cellHeader
- * @return
- */
- List