How can you implement centralized configuration management in a Spring Cloud microservices environment?
- Hardcoding configuration in each microservice
- Using Spring Boot's application.properties file
- Using Spring Cloud Config Server
- Using a relational database
In a Spring Cloud microservices environment, centralized configuration management is typically implemented using Spring Cloud Config Server, which allows you to store and manage configurations in a centralized location.
Loading...
Related Quiz
- Which tool is commonly used to generate a Spring Boot project structure?
- Which of the following Spring Data JPA repositories generally provides methods for CRUD operations?
- The error messages of validation constraints in Spring Boot can be externalized using the _____ property in the constraint annotation.
- Which annotation is used to disable full auto-configuration and instead apply only configuration relevant to JPA tests in Spring Boot?
- When using JSR-303 Bean Validation, where can the validation annotations be placed?