python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Refresh server.port of a Spring Cloud Config Client dynamically via /actuator/refresh
Is it possible to make a Spring Cloud Config Client application refresh its configuration dynamically in a way, that it would restart its web server on a different "server.port" that has bee...
p4z
Votes: 0
Answers: 0
Consuming Spring Cloud Config Server configuration through a NestJS application with encrypted data
Currently I'm working trying to read the Spring Cloud Config Server configurations through a NestJS app. I found some packages like cloud-config-client and node-scc-config but I need to decrypt some k...
frankfullstack
Votes: 0
Answers: 1
Spring Cloud Config Server using properties from server in actual application
I use Spring cloud config server embedded in an application. Can I populate that application's placeholders?
If my config server gets a property ${some.property} from git, vault, native; can I actuall...
Ordinary Guy
Votes: 0
Answers: 0