Spring Boot - Application Configuration
Given the following
What will be the server port when running the app with the
application.properties content:spring.profiles.active=dev server.port=9090
What will be the server port when running the app with the
dev profile?