spring: cloud: nacos: server-addr: ${NACOS_CONFIG_SERVER:192.168.105.1:8848} discovery: group: ${DEPLOY_ENV} namespace: ${DEPLOY_ENV} username: ${NACOS_USER} password: ${NACOS_PWD} enabled: true config: group: ${DEPLOY_ENV} namespace: ${DEPLOY_ENV} username: ${NACOS_USER} password: ${NACOS_PWD} extension-configs[0]: data-id: common.yml group: common refresh: false extension-configs[1]: data-id: deploy-ease-core.yml group: business refresh: false config: override-none: false allow-override: true override-system-properties: false main: allow-bean-definition-overriding: true