Skip to content

yuebo/cloud-config-server-redis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Config Server Redis

使用Redis是实现Spring Cloud Config Server

Redis 配置格式

使用redis里HASH类型数据

  • key: configServer
  • hashKey: {application的名称}-{profile的名称}
  • value: yml格式的数据

About

Cloud Config Server Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages