zouxuan 1 năm trước cách đây
mục cha
commit
b3947c0be8
1 tập tin đã thay đổi với 16 bổ sung0 xóa
  1. 16 0
      cooleshow-app/src/main/resources/bootstrap-dev.yml

+ 16 - 0
cooleshow-app/src/main/resources/bootstrap-dev.yml

@@ -0,0 +1,16 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 43.137.4.92:8848
+        namespace: 5ad15f42-c367-441d-9d15-cf53b220ecd5
+        group: DEFAULT_GROUP
+        prefix: app
+        file-extension: yaml
+        refresh:
+          enabled: true
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true
+