How to get the name=value pairs of all loaded properties files in a SpringBoot application
I work with a SpringBoot application which has a lot of .properties files in several different directories. The directories are listed using:
-Dspring.config.additional-location=
and then within those, there are profiles pointed to by the
How to get the name=value pairs of all loaded properties files in a SpringBoot application
I work with a SpringBoot application which has a lot of .properties files in several different directories. The directories are listed using:
-Dspring.config.additional-location=
and then within those, there are profiles pointed to by the
How to get the name=value pairs of all loaded properties files in a SpringBoot application
I work with a SpringBoot application which has a lot of .properties files in several different directories. The directories are listed using:
-Dspring.config.additional-location=
and then within those, there are profiles pointed to by the