From 527b2175573697bfa55e41d89d6846ff82b36eca Mon Sep 17 00:00:00 2001 From: lovezhike <1036260441@qq.com> Date: Tue, 14 Mar 2023 22:36:46 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20system=20server=20?= =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E8=BF=90=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-gateway/pom.xml | 2 +- .../yudao-module-system-biz/pom.xml | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/yudao-gateway/pom.xml b/yudao-gateway/pom.xml index 23da017bb..f2ee12212 100644 --- a/yudao-gateway/pom.xml +++ b/yudao-gateway/pom.xml @@ -101,7 +101,7 @@ org.springframework.boot spring-boot-maven-plugin - 2.7.8 + ${spring.boot.version} true diff --git a/yudao-module-system/yudao-module-system-biz/pom.xml b/yudao-module-system/yudao-module-system-biz/pom.xml index dd80676e4..e30a32d94 100644 --- a/yudao-module-system/yudao-module-system-biz/pom.xml +++ b/yudao-module-system/yudao-module-system-biz/pom.xml @@ -162,5 +162,27 @@ + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + true + + + + + repackage + + + + + + From 803e3eda712f59b6313103592094c27a813f6441 Mon Sep 17 00:00:00 2001 From: lovezhike <1036260441@qq.com> Date: Wed, 15 Mar 2023 08:38:06 +0800 Subject: [PATCH 2/4] =?UTF-8?q?=20=E4=BF=AE=E5=A4=8Dinfra=E3=80=81bpm?= =?UTF-8?q?=E3=80=81report=20=E7=9A=84server=E7=9B=B4=E6=8E=A5=E8=BF=90?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-module-bpm/yudao-module-bpm-biz/pom.xml | 22 +++++++++++++++++++ .../yudao-module-infra-biz/pom.xml | 22 +++++++++++++++++++ .../yudao-module-report-biz/pom.xml | 22 +++++++++++++++++++ 3 files changed, 66 insertions(+) diff --git a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml index bd6004a02..03e87839d 100644 --- a/yudao-module-bpm/yudao-module-bpm-biz/pom.xml +++ b/yudao-module-bpm/yudao-module-bpm-biz/pom.xml @@ -122,4 +122,26 @@ yudao-spring-boot-starter-flowable + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + true + + + + + repackage + + + + + + diff --git a/yudao-module-infra/yudao-module-infra-biz/pom.xml b/yudao-module-infra/yudao-module-infra-biz/pom.xml index 9934a1339..8a84fa245 100644 --- a/yudao-module-infra/yudao-module-infra-biz/pom.xml +++ b/yudao-module-infra/yudao-module-infra-biz/pom.xml @@ -147,5 +147,27 @@ + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + true + + + + + repackage + + + + + + diff --git a/yudao-module-report/yudao-module-report-biz/pom.xml b/yudao-module-report/yudao-module-report-biz/pom.xml index 2b1349650..fbfa43099 100644 --- a/yudao-module-report/yudao-module-report-biz/pom.xml +++ b/yudao-module-report/yudao-module-report-biz/pom.xml @@ -132,4 +132,26 @@ + + + ${project.artifactId} + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.boot.version} + + true + + + + + repackage + + + + + + From b2e9637587ee9e3a00034625a9634324e5e89c66 Mon Sep 17 00:00:00 2001 From: lovezhike <1036260441@qq.com> Date: Tue, 21 Mar 2023 17:37:49 +0800 Subject: [PATCH 3/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9system-server=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5NACOS=E7=9A=84=E9=85=8D=E7=BD=AE=EF=BC=8Cnamespace?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E6=98=AF=E5=85=B7=E4=BD=93=E5=91=BD=E5=90=8D?= =?UTF-8?q?=E7=A9=BA=E9=97=B4ID=EF=BC=8C=E4=B8=8D=E8=83=BD=E6=98=AF?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap-local.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml index 37204cde8..6d33be192 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml +++ b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml @@ -17,7 +17,7 @@ spring: # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类 config: server-addr: 127.0.0.1:8848 # Nacos 服务器地址 - namespace: dev # 命名空间。这里使用 dev 开发环境 + namespace: d46c5d87-38ec-4838-a79c-6c85d43228ea # 命名空间dev的编号,不能直接使用dev。这里使用 dev 开发环境 group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP - name: # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name + name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name file-extension: yaml # 使用的 Nacos 配置集的 dataId 的文件拓展名,同时也是 Nacos 配置集的配置格式,默认为 properties From d3461f58bc1e7b0733b43cc952b8196fcc4287f0 Mon Sep 17 00:00:00 2001 From: lovezhike <1036260441@qq.com> Date: Tue, 21 Mar 2023 17:48:17 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E4=BF=AE=E6=94=B9system-server=E8=BF=9E?= =?UTF-8?q?=E6=8E=A5NACOS=E7=9A=84=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=88=9B?= =?UTF-8?q?=E5=BB=BAnamespace=E9=9C=80=E8=A6=81=E6=98=AF=E6=8C=87=E5=AE=9A?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4ID=E4=B8=BAdev?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/resources/bootstrap-local.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml index 6d33be192..833fc8b9d 100644 --- a/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml +++ b/yudao-module-system/yudao-module-system-biz/src/main/resources/bootstrap-local.yaml @@ -17,7 +17,7 @@ spring: # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类 config: server-addr: 127.0.0.1:8848 # Nacos 服务器地址 - namespace: d46c5d87-38ec-4838-a79c-6c85d43228ea # 命名空间dev的编号,不能直接使用dev。这里使用 dev 开发环境 + namespace: dev # 命名空间dev的ID,不能直接使用dev名称。创建命名空间的时候需要指定ID为dev,这里使用 dev 开发环境 group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP name: ${spring.application.name} # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name file-extension: yaml # 使用的 Nacos 配置集的 dataId 的文件拓展名,同时也是 Nacos 配置集的配置格式,默认为 properties