Spring Boot - Docker and Deployment
Given the following application.properties and application-dev.properties files, what will be the value of app.message if the active profile is dev?
application.properties: app.message=Hello from default application-dev.properties: app.message=Hello from dev
