Selaa lähdekoodia

1、运营服务配置文件调整;

zk 2 vuotta sitten
vanhempi
commit
a2fbc7a2f3

+ 2 - 2
sckw-auth/src/main/resources/bootstrap-dev.yml

@@ -5,7 +5,7 @@ spring:
         # 服务注册地址
         server-addr: 10.10.10.230:8848
         # 命名空间
-        namespace: sckw_zk
+        namespace: sckw-service-platform-dev
         # 共享配置
         group: sckw-service-platform
       config:
@@ -14,7 +14,7 @@ spring:
         # 配置文件格式
         file-extension: yaml
         # 命名空间
-        namespace: sckw_zk
+        namespace: sckw-service-platform-dev
         # 共享配置
         group: sckw-service-platform
         #可以读多个配置文件  需要在同一个命名空间下面可以是不同的组

+ 1 - 1
sckw-modules/sckw-operation/pom.xml

@@ -89,7 +89,7 @@
                             <artifactId>lombok</artifactId>
                         </exclude>
                     </excludes>
-                    <mainClass>com.sckw.operation.OPerationApplication</mainClass>
+                    <mainClass>com.sckw.operation.OperationApplication</mainClass>
                 </configuration>
             </plugin>
         </plugins>