server: port: 8805 spring: main: allow-circular-references: true allow-bean-definition-overriding: true mvc: pathmatch: matching-strategy: ant_path_matcher cloud: nacos: # 注册中心 discovery: server-addr: http://c.youlai.tech:8848 namespace: youlai-namespace-id # 配置中心 config: server-addr: ${spring.cloud.nacos.discovery.server-addr} namespace: youlai-namespace-id file-extension: yaml # 公共配置 shared-configs[0]: data-id: youlai-common.yaml namespace: develop-namespace-id refresh: true