国产xxxx99真实实拍_久久不雅视频_高清韩国a级特黄毛片_嗯老师别我我受不了了小说

資訊專欄INFORMATION COLUMN

Ignore the empty nacos configuration and get it ba

不知名網(wǎng)友 / 5740人閱讀

摘要:被坑慘了客戶端訪問位置這段一定要看懂默認(rèn)為的值也可以通過配置項來配置即為當(dāng)前環(huán)境對應(yīng)的。目前只支持和類型。應(yīng)用實時更新啟動用瀏覽器總結(jié)一定要先建項目,再根據(jù)項目建配置

被坑慘了

1.pom.xml

    4.0.0            org.springframework.boot        spring-boot-starter-parent        2.1.1.RELEASE                 com    test-3    0.0.1-SNAPSHOT    test-3    Demo project for Spring Boot            1.8                            org.springframework.boot            spring-boot-starter-web                            org.springframework.boot            spring-boot-starter-test            test                            org.springframework.cloud            spring-cloud-starter-alibaba-nacos-config            0.9.0.RELEASE            

2.yml

server:  port: 6666spring:  application:    name: config  cloud:    nacos:      config:        server-addr: localhost:8848//nacos客戶端訪問位置        file-extension: yml  profiles:    active: dev

?

這段一定要看懂? ??

?

${prefix}-${spring.profile.active}.${file-extension}

  • prefix默認(rèn)為spring.application.name的值,也可以通過配置項spring.cloud.nacos.config.prefix`來配置

  • spring.profile.active即為當(dāng)前環(huán)境對應(yīng)的profile。注意:當(dāng)spring.profile.active為空時,對應(yīng)的連接符-也將不存在,dataId的拼接格式變成${prefix}.${file-extension}

  • file-extension為配置內(nèi)容的數(shù)據(jù)格式,可以通過配置項為spring.cloud.nacos.config.file-extension來配置。目前只支持propertiesyaml類型。

3.應(yīng)用controller

@RestController@RefreshScope//實時更新public class Configg {    @Value("${config.code}")    private String code;@GetMapping("/cong")    public String cong(){    return code;}}

4.啟動

5.用瀏覽器? ? localhost:6666/cong

總結(jié)

一定要先建項目,再根據(jù)項目建nacos配置

?

文章版權(quán)歸作者所有,未經(jīng)允許請勿轉(zhuǎn)載,若此文章存在違規(guī)行為,您可以聯(lián)系管理員刪除。

轉(zhuǎn)載請注明本文地址:http://specialneedsforspecialkids.com/yun/125638.html

相關(guān)文章

  • Dubbo Spring Cloud 重塑微服務(wù)治理

    摘要:在服務(wù)治理方面,相較于而言,并不成熟。遺憾的是,往往被部分開發(fā)者片面地視作服務(wù)治理的框架,而非微服務(wù)基礎(chǔ)設(shè)施。因此,建議開發(fā)人員將或者遷移為服務(wù)。因此,下一步需要將其配置服務(wù)遠(yuǎn)程。當(dāng)服務(wù)提供方啟動后,下一步實現(xiàn)一個服務(wù)消費方。 原文鏈接:Dubbo Spring Cloud 重塑微服務(wù)治理,來自于微信公眾號:次靈均閣 摘要 在 Java 微服務(wù)生態(tài)中,Spring Cloud1 成為...

    wh469012917 評論0 收藏0
  • Wire Protocol of PostgreSQL Queries in a Nutshell

    摘要: I was working on a pull request to improve the performance of executemany() in asyncpg, who talks to the PostgreSQL server directly in its wire protocol (comparing to psycopg2 who uses libpq to...

    陸斌 評論0 收藏0
  • Wire Protocol of PostgreSQL Queries in a Nutshell

    摘要: I was working on a pull request to improve the performance of executemany() in asyncpg, who talks to the PostgreSQL server directly in its wire protocol (comparing to psycopg2 who uses libpq to...

    teren 評論0 收藏0
  • docker部署單機nacos

    摘要:部署拉取鏡像創(chuàng)建文件夾創(chuàng)建工作目錄創(chuàng)建日志目錄創(chuàng)建配置文件創(chuàng)建配置文件對應(yīng)參數(shù)說明模式模式地址是否支持服務(wù)器端口多網(wǎng)卡下的自定義服務(wù)器支持主節(jié)點主節(jié)點端口主節(jié)點數(shù)據(jù)庫數(shù)據(jù)庫用戶名數(shù)據(jù)庫密碼從節(jié)點從節(jié)點端口數(shù)據(jù)庫數(shù)量部署 Nacos1、拉取鏡像docker pull nacos/nacos-server2、創(chuàng)建nacos文件夾創(chuàng)建naocs工作目錄: mkdir /usr/data/nacos...

    Tecode 評論0 收藏0
  • PHP|標(biāo)準(zhǔn)配置之php.ini (2)

    摘要: ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; [CLI Server] ; Whether the CLI web server uses ANSI color coding in its terminal output. cli_server.color = On [Date] ; Defines th...

    tianren124 評論0 收藏0

發(fā)表評論

0條評論

最新活動
閱讀需要支付1元查看
<