zouxuan 2 years ago
parent
commit
6ab2fb812a
1 changed files with 15 additions and 0 deletions
  1. 15 0
      cooleshow-app/src/main/resources/bootstrap-dev.yml

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

@@ -0,0 +1,15 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 10.206.0.17:8848
+        namespace: 6f8374a9-598f-4889-bb17-476070ffb8de
+        group: DEFAULT_GROUP
+        prefix: app
+        file-extension: yaml
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true
+        refresh-enabled: true
+