nacos 配置:
1.5.1.release(停止維護,建議公升級)
1.5.x.release
pom.xml檔案新增包:
com.alibaba.cloudspring-cloud-starter-alibaba-nacos-config
com.alibaba.cloud
spring-cloud-starter-alibaba-nacos-discovery
bootstrap.yml配置:
server:port: 3377
spring:
name: nacos-config-client
cloud:
nacos:
discovery:
server-addr: localhost:8848 # 服務註冊中心位址
config:
server-addr: localhost:8848 #配置中心位址
file-extension: yaml #指定yaml格式的配置
#group: test_group #預設:default_group
#namespace: 00ab1957-eb3f-4555-96ca-3d20817e854d #命名空間id 預設:public
# nacos-config-client-dev.yaml
spring:類配置:profiles:
active: dev # 表示啟用開發環境
import org.springframework.beans.factory.annotation.value;啟動類:import org.springframework.cloud.context.config.annotation.refreshscope;
import org.springframework.web.bind.annotation.restcontroller;
@restcontroller
@refreshscope //支援controller的動態重新整理
public class configclientcontroller
") private string configinfo;
public string getconfiginfo()
}
import org.springframework.cloud.client.discovery.enablediscoveryclient;
@enablediscoveryclient
public static void main(string args)
}
基於naocs做註冊中心和配置中心實踐
啟動命令 standalone代表著單機模式執行,非集群模式 sh startup.sh standalone 1.2 windows 啟動命令 cmd startup.cmd 雙擊啟動 或者雙擊startup.cmd執行檔案。1.3 開啟控制台 登入名 nacos 密碼 nacos 注意 spri...
nginx 配置 https 報錯問題
問題描述 用 nginx 配置 https 時,需要配置 443 埠 私鑰路徑 證書路徑。會報錯如下 root vm 173 231 ubuntu nginx t nginx emerg bio new file usr local nginx conf 1 yculcy.cn bundle.crt...
VS Code 配置編譯報錯問題彙總
space space space space 最近想使用vs code編譯除錯c或c 在參考部落格 進行vs code的配置時出現了些許錯誤,以下記錄出現的錯誤以及具體解決方法。space 錯誤1 launch program exe does not exist space space spac...