From 6478a7cbaa1fb5be382e569ad7fb06e3397f0705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E5=9B=BD=E5=8D=8E?= Date: Thu, 7 Aug 2025 10:27:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=81=E6=B0=B4=E7=BA=BF=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=86=85=E7=BD=AE=E4=B8=9C=E6=96=B9=E9=80=9A=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .beagle.yml | 22 ---------------------- ruoyi-common/ruoyi-common-web/pom.xml | 10 ++++++++++ 2 files changed, 10 insertions(+), 22 deletions(-) diff --git a/.beagle.yml b/.beagle.yml index dd94f16..f2f1eff 100644 --- a/.beagle.yml +++ b/.beagle.yml @@ -27,31 +27,9 @@ steps: secret_key: from_secret: SECRET_KEY_MINIO - - name: deploy-tongweb-jars - image: hub.wodcloud.com/zjk/tongweb-jars:7.0.E.6_P7 - volumes: - - name: tongweb-jars - path: /tongweb/jars - - - name: install-tongweb-jars-to-local-repo - image: hub.wodcloud.com/base/devops-maven:3.8-openjdk-17 - volumes: - - name: tongweb-jars - path: /tongweb/jars - - name: maven-repo - path: /root/.m2/repository - commands: - - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-core -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-core-7.0.E.6_P7.jar - - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-embed-websocket -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-embed-websocket-7.0.E.6_P7.jar - - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-starter-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-starter-3.x-7.0.E.6_P7.jar - - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-spring-boot-websocket-3.x -Dversion=7.0.E.6_P7 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-spring-boot-websocket-3.x-7.0.E.6_P7.jar - - mvn install:install-file -DgroupId=com.tongweb -DartifactId=tongweb-lic-sdk -Dversion=4.5.0.0 -Dpackaging=jar -Dfile=/tongweb/jars/tongweb-lic-sdk-4.5.0.0.jar - name: build image: hub.wodcloud.com/base/devops-maven:3.8-openjdk-17 - volumes: - - name: maven-repo - path: /root/.m2/repository commands: - mvn clean install -Dmaven.test.skip=true diff --git a/ruoyi-common/ruoyi-common-web/pom.xml b/ruoyi-common/ruoyi-common-web/pom.xml index 8764e6d..028db8e 100644 --- a/ruoyi-common/ruoyi-common-web/pom.xml +++ b/ruoyi-common/ruoyi-common-web/pom.xml @@ -58,26 +58,36 @@ com.tongweb.springboot tongweb-spring-boot-starter-3.x ${tw.starter.version} + system + ${basedir}/libs/tongweb-spring-boot-starter-3.x-7.0.E.6_P7.jar com.tongweb.springboot tongweb-spring-boot-websocket-3.x ${tw.starter.version} + system + ${basedir}/libs/tongweb-spring-boot-websocket-3.x-7.0.E.6_P7.jar com.tongweb tongweb-lic-sdk 4.5.0.0 + system + ${basedir}/libs/tongweb-lic-sdk-4.5.0.0.jar com.tongweb tongweb-embed-core ${tw.starter.version} + system + ${basedir}/libs/tongweb-embed-core-3.x-7.0.E.6_P7.jar com.tongweb tongweb-embed-websocket ${tw.starter.version} + system + ${basedir}/libs/tongweb-embed-websocket-3.x-7.0.E.6_P7.jar -- 2.26.0