【发布时间】:2022-01-15 10:28:16
【问题描述】:
SpringBoot Configuration Trees 支持刷新吗?
我有以下。如果 /mnt/secrets/ 卷发生变化,Spring 是否会自动刷新带有 @ConfigurationProperties 的 Bean?
spring:
application:
name: "foo"
# Read Secrets
config:
import:
- configtree:/mnt/secrets/
activate:
on-cloud-platform: kubernetes
【问题讨论】:
标签: spring spring-boot kubernetes