Browse Source

版本更新

lihui001 3 năm trước cách đây
mục cha
commit
59de6ea2f4

+ 1 - 1
zoniot-charge/zoniot-charge-web/src/main/resources/bootstrap-prod.yml

@@ -1,6 +1,6 @@
 spring:
   application:
-    name: workflow-mgnt
+    name: zoniot-charge
   profiles:
     active: dev
   cloud:

+ 2 - 3
zoniot-charge/zoniot-charge-web/src/main/resources/bootstrap-sit.yml

@@ -1,6 +1,6 @@
 spring:
   application:
-    name: workflow-mgnt
+    name: zoniot-charge
   profiles:
     active: sit
   cloud:
@@ -8,8 +8,7 @@ spring:
       config:
         namespace: 33c2968d-5b0c-4da2-bfd7-af8ef5a8f669
         server-addr: 10.0.0.63:8848
-        prefix: workflow-mgnt
+        prefix: zoniot-charge
         file-extension: properties
-        group: sit
   main:
     allow-bean-definition-overriding: true