此版本仍在开发中,尚未被视为稳定版本。对于最新的稳定版本,请使用 Spring Cloud Commons 4.1.5! |
CachedRandomPropertySource (缓存随机属性源)
Spring Cloud Context 提供了一个基于键缓存随机值。在缓存之外
功能,它的工作方式与 Spring Boot 的RandomValuePropertySource
相同。
如果您希望随机值即使在 Spring 应用程序之后也保持一致
context 重新启动。属性值采用 where is the key in the cache 的形式。值 can
是 Spring Boot 支持的 .PropertySource
cachedrandom.[yourkey].[type]
yourkey
type
RandomValuePropertySource
myrandom=${cachedrandom.appname.value}