摘要:被坑慘了客戶端訪問位置這段一定要看懂默認為的值也可以通過配置項來配置即為當前環境對應的。目前只支持和類型。應用實時更新啟動用瀏覽器總結一定要先建項目,再根據項目建配置
被坑慘了
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
來配置。目前只支持properties
和yaml
類型。
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 重塑微服務治理,來自于微信公眾號:次靈均閣 摘要 在 Java 微服務生態中,Spring Cloud1 成為...
摘要: 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...
摘要: 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...
摘要:部署拉取鏡像創建文件夾創建工作目錄創建日志目錄創建配置文件創建配置文件對應參數說明模式模式地址是否支持服務器端口多網卡下的自定義服務器支持主節點主節點端口主節點數據庫數據庫用戶名數據庫密碼從節點從節點端口數據庫數量部署 Nacos1、拉取鏡像docker pull nacos/nacos-server2、創建nacos文件夾創建naocs工作目錄: mkdir /usr/data/nacos...
摘要: ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; [CLI Server] ; Whether the CLI web server uses ANSI color coding in its terminal output. cli_server.color = On [Date] ; Defines th...
閱讀 3792·2023-01-11 11:02
閱讀 4299·2023-01-11 11:02
閱讀 3121·2023-01-11 11:02
閱讀 5231·2023-01-11 11:02
閱讀 4793·2023-01-11 11:02
閱讀 5568·2023-01-11 11:02
閱讀 5371·2023-01-11 11:02
閱讀 4070·2023-01-11 11:02