python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Cloud Config - @ConditionalOnProperty and @Configuration behavior
I'm having some issues with @ConditionaOnProperty and @Configuration behavior not being updated based on the changes in the application properties (config file).
Here's what I have
Configuration
@Con...
Aaron
Votes: 0
Answers: 0
Spring Cloud Config Server does not serve application-specific properties in native mode
I have a Spring Cloud Config Server v3.0.5 which serves configuration properties from a Git repository like this:
|
|-- foo-service/
| |-- application.yml
|-- bar-service/
| |-- application.yml
|-...

emrekgn
Votes: 0
Answers: 1
Refresh Scope without config Server
i want to refresh bean when database is updated in runtime, so want to use /refresh endpoint to manually trigger it and refresh bean with new value.
but currently we are not using config server - can ...

Nisarg Bhagavantanavar
Votes: 0
Answers: 1
kubernetes configmap with spring cloud with dictionaries and sincronization: best practice
I am reviewing the following code of a java application in kubernetes that uses springcloud for the management of configmap's and I would like to know if this is the best implementation for a list of ...
Javier
Votes: 0
Answers: 0