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)
Spring share same application.yaml with minor differences amoung multiple services
I have multiple services who's application.yaml file is nearly identical. Only few properties are different and some properties are extra in some and some are missing in some. So I end up copy pasting...
너를 속였다
Votes: 0
Answers: 1
Spring boot management.metrics.distribution exception
I'm trying to set the values of these two properties in my spring boot application.properties file -
management.metrics.distribution.maximum-expected-value=1
management.metrics.distribution.maximum-ex...
Rabin Mallilck
Votes: 0
Answers: 1
Springboot- reload property values without server restart
I have a springboot application and an application.properties file from which the values get fetched when the application runs. I am finding a solution to change the property values and reload it with...
debjyoti chakraborty
Votes: 0
Answers: 1
Spring security Oauth2 Redirect URI setting is ignored when using application.properties
I am configuring multiple authentication clients for a spring-boot application, and am attempting to override the default redirect URI using:
spring.security.oauth2.client.registration.google.redirect...
nick_j_white
Votes: 0
Answers: 0