InitelliJ and changing SpringBoot property location
I have created dedicated application-local.yml
and bootstrap-local.yml
to allow application to run locally on my computer. According to this article it should work out of the box when I will set IntelliJ active profile to local
but what I can see is that application will use only application-local
not bootstrap-local
(will load default bootsrtap.yml
file).
Spring boot configuration properties with arrays
I have a Spring Boot 3.2 application with :