簡體   English   中英

如何在沒有GitHub的情況下使用Spring Cloud Server

[英]How use Spring Cloud Server without GitHub

我注意到我有義務通知GitHub地址使用Spring Cloud Server,但是如果我的項目中沒有,請使用GitHub。

例如,我可以使用CVS存儲庫獲取那些源嗎? 還是可以使用Eureka服務器提供的簡單本地代碼?

謝謝。

通過使用spring.profiles.active:native,您可以從本地文件中讀取配置。

查看http://cloud.spring.io/spring-cloud-config/spring-cloud-config.html中的“文件系統后端”部分

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM