1.pom
>
>
com.alibaba.cspgroupid
>
>
sentinel-datasource-nacosartifactid
>
dependency
>
2.yml
server
:port
:8401
spring::
name
: cloudalibaba-sentinel-service
cloud
:nacos
:discovery
:server-addr
: localhost:
8848
#nacos服務註冊中心位址
sentinel
:transport
:dashboard
: localhost:
8080
#配置sentinel dashboard位址
#預設從8719開始 沒有被占用了就往後面掃瞄直到找到
port
:8719
#持久化配置 spring.cloud.sentinel.datasource...
datasource
:ds1
:nacos
:server-addr
: localhost:
8848
dataid
: cloudalibaba-sentinel-service #nacos配置的名字
groupid
: default_group
data-type
: json
rule-type
: flow
management
:endpoints
:web
:exposure
:include
:'*'
feign
:sentinel
:enabled
:true
# 啟用sentinel對feign的支援
3.nacos新增配置 這裡選json
4.啟動就實現了持久化配置
nacos使用總結
nacos是乙個註冊中心,相當於springcloud裡面中的erueka,它也是乙個配置中心,相當於springcloud裡面的config,他可以將配置檔案版本化管理。2 解壓後開啟 bin startup.cmd啟動 3 啟動後可開啟 檢視主頁,使用者名稱密碼預設值為nacos 註冊中心原理 ...
nacos基本使用
官方文件 根據官方文件在本地安裝好nacos,啟動並登入 以下案例基於spring cloud nacos,所以需要在父工程匯入依賴 org.springframework.cloud spring cloud dependencies hoxton.sr1 pomimport 匯入依賴 com.a...
nacos配置共享 nacos配置中心使用
nacos不僅可以作為註冊中心使用,還可以作為配置中心使用。相比於使用spring cloud config server來說,我們可以不用再去建乙個配置檔案的git倉庫,直接可以在nacos的控制台進行操作,同時配置檔案熱更新也更為方便 nacos不僅可以作為註冊中心使用,還可以作為配置中心使用。...