spring: application: name: 4dkankan-center-modeling cloud: nacos: config: server-addr: 192.168.0.47:8848 file-extension: yaml namespace: 4dkankan-dev extension-configs: - data-id: 4dkankan-center-modeling.yaml group: DEFAULT_GROUP refresh: true shared-configs: - data-id: common-db-config.yaml group: DEFAULT_GROUP refresh: true - data-id: common-redis-config.yaml group: DEFAULT_GROUP refresh: true - data-id: common-mq-config.yaml group: DEFAULT_GROUP refresh: true - data-id: common-rabbitmq-config.yaml group: DEFAULT_GROUP refresh: true - data-id: other-config.yaml group: DEFAULT_GROUP refresh: true - data-id: common-upload-config.yaml group: DEFAULT_GROUP refresh: true discovery: server-addr: 192.168.0.47:8848 namespace: 4dkankan-dev metadata: management: context-path: ${server.servlet.context-path}/actuator management: endpoints: web: exposure: include: '*' endpoint: health: show-details: ALWAYS