Tag

propertyresolver

1 views collected around this technical thread.

Code Ape Tech Column
Code Ape Tech Column
Mar 29, 2023 · Backend Development

Understanding Spring Boot Configuration Loading Order: Apollo, @Value, and @FeignClient

This article explains why Apollo configuration stops working after switching from @Value to @FeignClient in a Spring Boot project, analyzes the loading order of Spring's configuration mechanisms, and shows how to adjust the bootstrap settings to resolve the issue.

ApolloFeignClientSpring Boot
0 likes · 9 min read
Understanding Spring Boot Configuration Loading Order: Apollo, @Value, and @FeignClient