摘要: PropertySource顺序 Spring Boot使用PropertySource接口来表示配置属性的来源。并且允许属性值的覆盖,在较晚的PropertySource中定义的属性值可以覆盖较早的PropertySource中定义的属性值。PropertySource的顺序如下: Default 阅读全文
posted @ 2025-02-10 18:34 Hekk丶 阅读(28) 评论(0) 推荐(0)