Explorar el Código

删除配置文件

tianboguang hace 2 años
padre
commit
dbeeedc8ad
Se han modificado 1 ficheros con 0 adiciones y 42 borrados
  1. 0 42
      src/main/resources/bootstrap-eur.yml

+ 0 - 42
src/main/resources/bootstrap-eur.yml

@@ -1,42 +0,0 @@
-spring:
-  application:
-    name: 4dkankan-center-modeling
-  cloud:
-    nacos:
-      config:
-        server-addr: 172.31.42.151:8848
-        file-extension: yaml
-        namespace: 4dkankan-v4-prod-eur
-        extension-configs:
-          - data-id: 4dkankan-center-modeling.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-        shared-configs:
-          - data-id: common-redis-config.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-
-          - data-id: rabbitmq-config.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-
-          - data-id: common-db-config.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-
-          - data-id: common-scaling.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-
-          - data-id: common-fyun-config.yaml
-            group: DEFAULT_GROUP
-            refresh: true
-
-#management:
-#  endpoints:
-#    web:
-#      exposure:
-#        include: '*'
-#  endpoint:
-#    health:
-#      show-details: ALWAYS