From dd5cdeca6f5988c697bc2ae9bf7a0d871775811d Mon Sep 17 00:00:00 2001 From: JEECG <445654970@qq.com> Date: Tue, 7 Jul 2026 13:42:23 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A7sentinel-dashboard=20?= =?UTF-8?q?=E5=88=B01.8.10?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-visual/jeecg-cloud-sentinel/pom.xml | 346 ++++++------------ 1 file changed, 120 insertions(+), 226 deletions(-) diff --git a/jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel/pom.xml b/jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel/pom.xml index 050c1fa1c..f1388ef73 100644 --- a/jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel/pom.xml +++ b/jeecg-boot/jeecg-server-cloud/jeecg-visual/jeecg-cloud-sentinel/pom.xml @@ -1,233 +1,127 @@ - 4.0.0 - - org.springframework.boot - spring-boot-starter-parent - 2.7.18 - - - jeecg-cloud-sentinel - jeecg-cloud-sentinel - sentinel启动模块 - 3.9.2 + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"> + 4.0.0 + + org.springframework.boot + spring-boot-starter-parent + 2.7.18 + + + jeecg-cloud-sentinel + jeecg-cloud-sentinel + Sentinel Dashboard 启动模块 + 3.9.2 - - - org.projectlombok - lombok - - - org.jeecgframework.cloud - sentinel-dashboard - 1.8.3 - - - sentinel-web-servlet - com.alibaba.csp - - - sentinel-transport-simple-http - com.alibaba.csp - - - sentinel-parameter-flow-control - com.alibaba.csp - - - sentinel-core - com.alibaba.csp - - - sentinel-api-gateway-adapter-common - com.alibaba.csp - - - - - com.alibaba.csp - sentinel-datasource-nacos - 1.8.3 - - - sentinel-core - com.alibaba.csp - - - - - com.alibaba.csp - sentinel-core - 1.8.3 - - - com.alibaba.csp - sentinel-web-servlet - 1.8.3 - - - sentinel-core - com.alibaba.csp - - - - - com.alibaba.csp - sentinel-transport-simple-http - 1.8.3 - - - com.alibaba.csp - sentinel-parameter-flow-control - 1.8.3 - - - sentinel-core - com.alibaba.csp - - - - - com.alibaba.csp - sentinel-api-gateway-adapter-common - 1.8.3 - - - sentinel-parameter-flow-control - com.alibaba.csp - - - sentinel-core - com.alibaba.csp - - - - - org.springframework.boot - spring-boot-starter-web - - - - org.springframework.boot - spring-boot-starter-undertow - + + + org.projectlombok + lombok + + + + org.jeecgframework.cloud + sentinel-dashboard + 1.8.10 + + + + com.alibaba.csp + sentinel-datasource-nacos + 1.8.10 + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-webflux + + + commons-lang + commons-lang + 2.6 + + + org.apache.httpcomponents + httpclient + 4.5.14 + + + org.apache.httpcomponents + httpcore + 4.4.5 + + + org.apache.httpcomponents + httpasyncclient + 4.1.3 + + + org.apache.httpcomponents + httpcore-nio + 4.4.6 + + - - commons-lang - commons-lang - 2.6 - + + + + org.springframework.boot + spring-boot-maven-plugin + + + - - org.apache.httpcomponents - httpclient - 4.5.14 - - - org.apache.httpcomponents - httpcore - 4.4.5 - - - org.apache.httpcomponents - httpasyncclient - 4.1.3 - - - org.apache.httpcomponents - httpcore-nio - 4.4.6 - - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - - - - - - dev - - - true - - - - dev - - jeecg-boot-nacos:8848 - - springboot3 - - DEFAULT_GROUP - - - - - - - - - test - - - test - - jeecg-boot-nacos:8848 - - springboot3 - - DEFAULT_GROUP - - - - - - - - - docker - - - docker - - jeecg-boot-nacos:8848 - - springboot3 - - DEFAULT_GROUP - - - - - - - - - prod - - - prod - - jeecg-boot-nacos:8848 - - springboot3 - - DEFAULT_GROUP - - - - - - - + + + dev + + true + + + dev + jeecg-boot-nacos:8848 + + DEFAULT_GROUP + + + + + + test + + test + jeecg-boot-nacos:8848 + + DEFAULT_GROUP + + + + + + docker + + docker + jeecg-boot-nacos:8848 + + DEFAULT_GROUP + + + + + + prod + + prod + jeecg-boot-nacos:8848 + + DEFAULT_GROUP + + + + +