瀏覽代碼

修改测试环境配置,gen添加domain依赖

Administrator 4 年之前
父節點
當前提交
e9f9e87445

+ 1 - 1
boman-auth/src/main/resources/bootstrap-test.yml

@@ -6,7 +6,7 @@ server:
 spring: 
   application:
     # 应用名称
-    name: boman-auth-test
+    name: boman-auth
   profiles:
     # 环境配置
     active: test

+ 1 - 1
boman-gateway/src/main/resources/bootstrap-test.yml

@@ -6,7 +6,7 @@ server:
 spring:
   application:
     # 应用名称
-    name: boman-gateway-test
+    name: boman-gateway
   profiles:
     # 环境配置
     active: test

+ 2 - 1
boman-modules/boman-file/src/main/resources/bootstrap-test.yml

@@ -6,7 +6,7 @@ server:
 spring: 
   application:
     # 应用名称
-    name: boman-file-test
+    name: boman-file
   profiles:
     # 环境配置
     active: test
@@ -15,6 +15,7 @@ spring:
       discovery:
         # 服务注册地址
         server-addr: 192.168.101.10:8848
+        namespace: 9690deba-607a-472c-9444-5a6a3b660db3
       config:
         # 配置中心地址
         server-addr: 192.168.101.10:8848

+ 6 - 0
boman-modules/boman-gen/pom.xml

@@ -71,6 +71,12 @@
             <groupId>com.boman</groupId>
             <artifactId>boman-common-swagger</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.boman</groupId>
+            <artifactId>boman-domain</artifactId>
+            <version>2.5.0-SNAPSHOT</version>
+            <scope>compile</scope>
+        </dependency>
     </dependencies>
 
     <build>

+ 1 - 1
boman-modules/boman-gen/src/main/resources/bootstrap-test.yml

@@ -6,7 +6,7 @@ server:
 spring: 
   application:
     # 应用名称
-    name: boman-gen-test
+    name: boman-gen
   profiles:
     # 环境配置
     active: test

+ 1 - 1
boman-modules/boman-system/src/main/resources/bootstrap-test.yml

@@ -3,7 +3,7 @@ server:
 
 spring: 
   application:
-    name: boman-system-test
+    name: boman-system
   profiles:
     active: test
   cloud:

+ 1 - 1
boman-web-core/src/main/resources/bootstrap-test.yml

@@ -3,7 +3,7 @@ server:
 
 spring: 
   application:
-    name: boman-web-core-test
+    name: boman-web-core
   profiles:
     active: test
   cloud: