Viewing current Spring (Boot) properties -


i run spring boot application .jar file partly takes properties application.yml residing inside jar while other part of properties being provided application.yml residing outside jar. of properties outside overwrite properties inside. in order test whether properties overwritten see active ones. achieveable @ out of box? or solution extend application property output logic?

if add spring boot actuator dependencies, can view lot of configuration , other info @ actuator endpoints. can view properties @ /configprops endpoint.


Comments

Popular posts from this blog

python - Error: Unresolved reference 'selenium' What is the reason? -

ios - Pass NSDictionary from Javascript to Objective-c in JavascriptCore -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -