Sfoglia il codice sorgente

Merge remote-tracking branch 'origin/master'

LIVE_YE 3 anni fa
parent
commit
3cd4429249

+ 1 - 1
boman-auth/pom.xml

@@ -8,7 +8,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
     
-    <artifactId>shujuju-auth</artifactId>
+    <artifactId>shujuju-daping-auth</artifactId>
 	
     <description>
         boman-auth认证授权中心

+ 3 - 3
boman-auth/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server: 
-  port: 3200
+  port: 9200
 #是否限制登录
 upkeep: false
 # Spring
@@ -16,7 +16,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         # 配置中心地址
         server-addr: 127.0.0.1:8848
@@ -25,4 +25,4 @@ spring:
         # 共享配置
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 1 - 1
boman-gateway/pom.xml

@@ -8,7 +8,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>shujuju-gateway</artifactId>
+    <artifactId>shujuju-daping-gateway</artifactId>
 
     <description>
         boman-gateway网关模块

+ 3 - 3
boman-gateway/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 6090
+  port: 9201
 
 # Spring
 spring:
@@ -17,7 +17,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         # 配置中心地址
         server-addr: 127.0.0.1:8848
@@ -26,7 +26,7 @@ spring:
         # 共享配置
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
     sentinel:
       # 取消控制台懒加载
       eager: true

+ 1 - 1
boman-modules/boman-file/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>shujuju-file</artifactId>
+    <artifactId>shujuju-daping-file</artifactId>
 
     <description>
         boman-modules-file文件服务

+ 3 - 3
boman-modules/boman-file/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 6300
+  port: 9202
 
 # Spring
 spring: 
@@ -15,7 +15,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         # 配置中心地址
         server-addr: 127.0.0.1:8848
@@ -24,4 +24,4 @@ spring:
         # 共享配置
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 1 - 1
boman-modules/boman-gen/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>shujuju-gen</artifactId>
+    <artifactId>shujuju-daping-gen</artifactId>
 
     <description>
         boman-modules-gen代码生成

+ 3 - 3
boman-modules/boman-gen/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 6202
+  port: 9203
 
 # Spring
 spring: 
@@ -15,7 +15,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         # 配置中心地址
         server-addr: 127.0.0.1:8848
@@ -24,4 +24,4 @@ spring:
         # 共享配置
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 3 - 3
boman-modules/boman-job/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 # Tomcat
 server:
-  port: 7203
+  port: 9204
 
 # Spring
 spring: 
@@ -15,7 +15,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 127.0.0.1:8848
-        namespace: shujuju
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         # 配置中心地址
         server-addr: 127.0.0.1:8848
@@ -24,4 +24,4 @@ spring:
         # 共享配置
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 1 - 1
boman-modules/boman-system/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 	
-    <artifactId>shujuju-system</artifactId>
+    <artifactId>shujuju-daping-system</artifactId>
 
     <description>
         boman-modules-system系统模块

+ 3 - 3
boman-modules/boman-system/src/main/resources/bootstrap-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 6201
+  port: 9205
 
 spring: 
   application:
@@ -10,10 +10,10 @@ spring:
     nacos:
       discovery:
         server-addr: 127.0.0.1:8848
-        namespace: shujuju
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         server-addr: 127.0.0.1:8848
         file-extension: yml
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 1 - 1
boman-web-core/pom.xml

@@ -9,7 +9,7 @@
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>shujuju-web-core</artifactId>
+    <artifactId>shujuju-daping-web-core</artifactId>
 
     <dependencies>
 

+ 3 - 3
boman-web-core/src/main/resources/bootstrap-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 6000
+  port: 9206
 
 spring: 
   application:
@@ -10,10 +10,10 @@ spring:
     nacos:
       discovery:
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         server-addr: 127.0.0.1:8848
         file-extension: yml
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c

+ 1 - 1
boman-wechat/pom.xml

@@ -117,7 +117,7 @@
     </dependencies>
 
     <build>
-        <finalName>shujuju-wechat</finalName>
+        <finalName>shujuju-daping-wechat</finalName>
         <plugins>
             <plugin>
                 <groupId>org.springframework.boot</groupId>

+ 3 - 3
boman-wechat/src/main/resources/bootstrap-prod.yml

@@ -1,5 +1,5 @@
 server:
-  port: 8124
+  port: 9207
 #是否限制登录
 upkeep: false
 spring:
@@ -11,10 +11,10 @@ spring:
     nacos:
       discovery:
         server-addr: 127.0.0.1:8848
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c
       config:
         server-addr: 127.0.0.1:8848
         file-extension: yml
         shared-configs:
           - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension}
-        namespace: shujuju-daping
+        namespace: 83336c20-36bf-4e4d-843d-01e235f08a8c