nacos地址设置
This commit is contained in:
		| @ -3,7 +3,7 @@ spring: | ||||
|     name: sczx-car # 应用名称,对应 Nacos 配置的 dataId | ||||
|   cloud: | ||||
|     nacos: | ||||
|       server-addr: 115.190.8.52:8848 # Nacos 服务器地址 | ||||
|       server-addr: ${NACOS_SERVER_ADDR:115.190.8.52:8848} # Nacos 服务器地址 | ||||
|       config: | ||||
|         group: DEFAULT_GROUP # 配置分组 | ||||
|         file-extension: yaml # 配置文件格式 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user