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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -