Relative Content

Tag Archive for spring-bootproperties

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).