Im making multiple profiles for my springboot app.
I have dev, local and test properties files.
On application.properties file I only have this:
spring.profiles.active=dev
If I change dev to local or test spring doesnt load the profile and the console stays like this:
Any reason why it doesnt work with local and test but it does with dev? I have exact same settings on all 3 and yet it doesnt work