Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在使用 maven 作为构建工具的 Spring Boot 中为 Resilience 4j 的断路器提供单独的属性文件。如果是这样,请提供建议。任何帮助表示赞赏。
spring.config.location您可以使用标志附加其他属性。
spring.config.location
在您的运行时参数中: -Dspring.config.location=classpath:/,C:/app-properties/additional.properties
-Dspring.config.location=classpath:/,C:/app-properties/additional.properties