Hi I am using spring before Spring 2.4.0 to run a profile within a profile, So I have 4 different profiles @activatedProperties@ local, dev, qa, and prod, and in each one of then I want to run Spring cloud config awss3
So for each @activatedProperties@ include awss3
What this does is that it allows me to run the following in my yml file,
And then I have
And lets say @activatedProperties@ is local
This will call application-local.yml
But I am using spring version 2.6.1 and
Does not work,