deploy-ease-backend/deploy-ease-tenant-adapter/target/classes/bootstrap.yml
2024-08-20 17:36:27 +08:00

27 lines
703 B
YAML

spring:
cloud:
nacos:
server-addr: ${NACOS_CONFIG_SERVER}
username: ${NACOS_USER}
password: ${NACOS_PWD}
discovery:
group: ${DEPLOY_ENV}
namespace: ${DEPLOY_ENV}
enabled: true
config:
group: ${DEPLOY_ENV}
namespace: ${DEPLOY_ENV}
# shared-configs[0]:
# group: common
# data-id: common.yml
# refresh: true
extension-configs[0]:
group: common
data-id: common.yml
refresh: true
extension-configs[1]:
group: business
data-id: deploy-ease-tenant-adapter.yml
refresh: true
main:
allow-bean-definition-overriding: true