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

資訊專欄INFORMATION COLUMN

Ignore the empty nacos configuration and get it ba

不知名網友 / 5813人閱讀

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

被坑慘了

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默認為spring.application.name的值,也可以通過配置項spring.cloud.nacos.config.prefix`來配置

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

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

3.應用controller

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

4.啟動

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

總結

一定要先建項目,再根據項目建nacos配置

?

文章版權歸作者所有,未經允許請勿轉載,若此文章存在違規行為,您可以聯系管理員刪除。

轉載請注明本文地址:http://m.specialneedsforspecialkids.com/yun/125638.html

相關文章

  • Dubbo Spring Cloud 重塑微服務治理

    摘要:在服務治理方面,相較于而言,并不成熟。遺憾的是,往往被部分開發者片面地視作服務治理的框架,而非微服務基礎設施。因此,建議開發人員將或者遷移為服務。因此,下一步需要將其配置服務遠程。當服務提供方啟動后,下一步實現一個服務消費方。 原文鏈接:Dubbo Spring Cloud 重塑微服務治理,來自于微信公眾號:次靈均閣 摘要 在 Java 微服務生態中,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

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

    Tecode 評論0 收藏0
  • PHP|標準配置之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

發表評論

0條評論

不知名網友

|高級講師

TA的文章

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