# apollo-demo **Repository Path**: malinghan/apollo-demo ## Basic Information - **Project Name**: apollo-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-05-06 - **Last Updated**: 2024-05-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README what kind of properties been read? apollo管理后台新建namespace为app.id - app.id:app2 apollo的meta地址配置为8080端口 apollo的bootstrap的namespaces,设置为app、application apollo的bootstrap的eagerLoad ![aaa](img.png) [原地址](https://daocloud-labs.github.io/DX-DMP-Public-Docs/apollo/bootstrap.html) # 原来的配置中心地址 http://kimmking.cn:8080/ http://kimmking.cn:8070/ http://kimmking.cn:8090/ ```properties spring: application: name: app2 app: id: app2 apollo: cacheDir: /opt/data/ cluster: default meta: http://localhost:8080 autoUpdateInjectedSpringProperties: true bootstrap: enabled: true namespaces: app,application eagerLoad: enabled: false service: registry: uri: http://kimmking.cn:8080/ p: a: a001 b: b001 c: c01: cccc0001 c02: cccc0002 server: port: 8000 logging: level: root: info org.springframework: info com.ctrip: debug ```