server: port: 8801 spring: main: allow-circular-references: true mvc: pathmatch: matching-strategy: ant_path_matcher cloud: nacos: # 注册中心 discovery: server-addr: http://localhost:8848 # 配置中心 config: server-addr: http://f.youlai.tech:8848 file-extension: yaml shared-configs[0]: data-id: youlai-common.yaml refresh: true