Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 304 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 304 Bytes

Spring Cloud Config Server

  • 用于外部配置的基于HTTP资源的API(名称 - 值对或等效的YAML内容)

  • 加密和解密属性值(对称或非对称)

  • 使用@EnableConfigServer可以在Spring Boot应用程序中轻松嵌入

  • 修改此处配置文件所有服务同步热更新