Sfoglia il codice sorgente

后端配置文件修改

wuhongbo 1 anno fa
parent
commit
0daa9f68fd

+ 2 - 2
zjugis-gateway/src/main/resources/bootstrap-local.yaml

@@ -5,7 +5,7 @@ spring:
     nacos:
       server-addr: 10.10.10.7:8848
       discovery:
-        namespace: 2cf329b5-95c5-4b3b-9112-8e09eb8f67cf # 命名空间。这里使用 dev 开发环境
+        namespace: 21aff5a9-3379-4c8a-a58c-78326ce994c1 # 命名空间。这里使用 dev 开发环境
 
 --- #################### 配置中心相关配置 ####################
 
@@ -15,7 +15,7 @@ spring:
       # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
       config:
         server-addr:  10.10.10.7:8848 # Nacos 服务器地址
-        namespace: 2cf329b5-95c5-4b3b-9112-8e09eb8f67cf # 命名空间。这里使用 dev 开发环境
+        namespace: 21aff5a9-3379-4c8a-a58c-78326ce994c1 # 命名空间。这里使用 dev 开发环境
         group: DEFAULT_GROUP # 使用的 Nacos 配置分组,默认为 DEFAULT_GROUP
         name: # 使用的 Nacos 配置集的 dataId,默认为 spring.application.name
         file-extension: yaml # 使用的 Nacos 配置集的 dataId 的文件拓展名,同时也是 Nacos 配置集的配置格式,默认为 properties

+ 2 - 2
zjugis-module-adm/zjugis-module-adm-biz/src/main/resources/bootstrap-local.yaml

@@ -5,7 +5,7 @@ spring:
     nacos:
       server-addr: 10.10.10.7:8848
       discovery:
-        namespace: 2cf329b5-95c5-4b3b-9112-8e09eb8f67cf # 命名空间。这里使用 dev 开发环境
+        namespace: 21aff5a9-3379-4c8a-a58c-78326ce994c1 # 命名空间。这里使用 dev 开发环境
         metadata:
           version: 1.0.0 # 服务实例的版本号,可用于灰度发布
 
@@ -17,7 +17,7 @@ spring:
       # Nacos Config 配置项,对应 NacosConfigProperties 配置属性类
       config:
         server-addr: 10.10.10.7:8848 # Nacos 服务器地址
-        namespace: 2cf329b5-95c5-4b3b-9112-8e09eb8f67cf # 命名空间 dev 的ID,不能直接使用 dev 名称。创建命名空间的时候需要指定ID为 dev,这里使用 dev 开发环境
+        namespace: 21aff5a9-3379-4c8a-a58c-78326ce994c1 # 命名空间 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

+ 0 - 4
zjugis-module-infra/zjugis-module-infra-biz/pom.xml

@@ -50,10 +50,6 @@
             <groupId>com.zjugis.cloud</groupId>
             <artifactId>zjugis-spring-boot-starter-biz-operatelog</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.zjugis.cloud</groupId>
-            <artifactId>zjugis-spring-boot-starter-biz-tenant</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.zjugis.cloud</groupId>
             <artifactId>zjugis-spring-boot-starter-biz-error-code</artifactId>

+ 0 - 4
zjugis-module-system/zjugis-module-system-biz/pom.xml

@@ -66,10 +66,6 @@
             <groupId>com.zjugis.cloud</groupId>
             <artifactId>zjugis-spring-boot-starter-biz-social</artifactId>
         </dependency>
-        <dependency>
-            <groupId>com.zjugis.cloud</groupId>
-            <artifactId>zjugis-spring-boot-starter-biz-tenant</artifactId>
-        </dependency>
         <dependency>
             <groupId>com.zjugis.cloud</groupId>
             <artifactId>zjugis-spring-boot-starter-biz-error-code</artifactId>