Spring Boot - Application Configuration
You have two configuration files:
application.properties and application-prod.properties. You want to run the app with the prod profile but the app still uses settings from application.properties. What is the likely cause?