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)
Include dependency properties through Spring Cloud Config server
We currently have a Maven multi-module setup of various commons modules and other standalone applications, which would depend on commons / other modules. All modules would have a default set of proper...
Mark
Votes: 0
Answers: 0
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
Config server - refresh loads removed properties from database
I am using a composite config server profile to load properties from native and jdbc. My service starts up loading the properties from both native and database table without any issue.
At runtime, I a...
anu chan
Votes: 0
Answers: 0
How force ssh RSA with PEM format use SHA-2 and NOT SHA-1 by default?
I have a spring config server but i change the repository to a private one and i am trying to use a SSH authentication.
my application.yml its like this:
spring:
cloud:
config:
server:
...
Juan Sanchez
Votes: 0
Answers: 1