| | |
| | | service: ${spring.application.name} |
| | | group: DEFAULT_GROUP |
| | | namespace: 5b0cc96f-d058-4986-a46f-64644ff8a467 |
| | | # 线上nacos需要鉴权 |
| | | username: nacos |
| | | password: jdhs_nacos! |
| | | config: |
| | | # 配置中心地址 |
| | | server-addr: 127.0.0.1:8848 |
| | | group: DEFAULT_GROUP |
| | | namespace: 5b0cc96f-d058-4986-a46f-64644ff8a467 |
| | | # 线上nacos需要鉴权 |
| | | username: nacos |
| | | password: jdhs_nacos! |
| | | name: ${spring.application.name} |
| | | # 配置文件格式 |
| | | file-extension: yml |
| | | # 共享配置 |
| | | shared-configs: |
| | | - application-${spring.profiles.active}.${spring.cloud.nacos.config.file-extension} |
| | | knife4j: |
| | | enable-aggregation: true |