Browse Source

Merge branch 'develop' of http://git.dayaedu.com/yonge/cooleshow into develop

liujc 1 year ago
parent
commit
5499ae5edd

+ 16 - 0
cooleshow-user/user-admin/src/main/resources/bootstrap-test.yml

@@ -0,0 +1,16 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 10.206.0.17:8848
+        namespace: 6bb97710-4f6e-4bac-a5f0-4b860d4da9bb
+        group: DEFAULT_GROUP
+        prefix: admin
+        file-extension: yaml
+        refresh:
+          enabled: true
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true
+

+ 15 - 0
cooleshow-user/user-student/src/main/resources/bootstrap-test.yml

@@ -0,0 +1,15 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 10.206.0.17:8848
+        namespace: 6bb97710-4f6e-4bac-a5f0-4b860d4da9bb
+        group: DEFAULT_GROUP
+        prefix: student
+        file-extension: yaml
+        refresh:
+          enabled: true
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true

+ 15 - 0
cooleshow-user/user-teacher/src/main/resources/bootstrap-test.yml

@@ -0,0 +1,15 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 10.206.0.17:8848
+        namespace: 6bb97710-4f6e-4bac-a5f0-4b860d4da9bb
+        group: DEFAULT_GROUP
+        prefix: teacher
+        file-extension: yaml
+        refresh:
+          enabled: true
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true

+ 15 - 0
cooleshow-user/user-tenant/src/main/resources/bootstrap-test.yml

@@ -0,0 +1,15 @@
+spring:
+  cloud:
+    nacos:
+      config:
+        server-addr: 10.206.0.17:8848
+        namespace: 6bb97710-4f6e-4bac-a5f0-4b860d4da9bb
+        group: DEFAULT_GROUP
+        prefix: tenant
+        file-extension: yaml
+        refresh:
+          enabled: true
+        enabled: true
+        shared-configs:
+          - data-id: base.yaml
+            refresh: true